┌──(root㉿kali)-[/routersploit]
└─# apt install python3.13-venv
Upgrading:
libpython3.13 python3-pip
libpython3.13-dev python3.13
libpython3.13-minimal python3.13-dev
libpython3.13-stdlib python3.13-minimal
Installing:
python3.13-venv
Installing dependencies:
python3-pip-whl python3-setuptools-whl
Summary:
Upgrading: 8, Installing: 3, Removing: 0, Not Upgrading: 628
48 not fully installed or removed.
Download size: 5,468 B / 17.4 MB
Space needed: 2,864 kB / 220 GB available
Continue? [Y/n] y
Get:1 http://kali.download/kali kali-rolling/main arm64 python3.13-venv arm64 3.13.14-1 [5,468 B]
Fetched 5,468 B in 12s (455 B/s)
Setting up systemd (261.2-1)…
Cannot open '/etc/machine-id': Protocol driver not attached
dpkg: error processing package systemd (--configure):
old systemd package postinst maintainer script subprocess failed with exit status 1
Errors were encountered while processing:
systemd
Error: Sub-process /usr/bin/dpkg returned an error code (1)
┌──(root㉿kali)-[/routersploit]
└─# python3 -m venv .venv
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt install python3.13-venv
You may need to use sudo with that command. After installing the python3-venv
package, recreate your virtual environment.
Failing command: /routersploit/.venv/bin/python3