Description | I'm trying to create a venv, the python3 package tell me to install python3-venv which does not exists:
┌──(mdk㉿kali)-[~]
└─$ 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-get install python3-venv
You may need to use sudo with that command. After installing the python3-venv
package, recreate your virtual environment.
Failing command: ['/home/mdk/.venv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']
┌──(mdk㉿kali)-[~]
└─$ sudo apt-get install python3-venv 1 ⨯
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python3-venv is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3-venv' has no installation candidate
|
---|