View Issue Details

IDProjectCategoryView StatusLast Update
0007173Kali LinuxKali Package Bugpublic2021-06-22 17:36
Reportermdk Assigned Tosteev  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version2021.1 
Summary0007173: Can't install python3-venv
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

Activities

steev

steev

2021-06-22 15:51

manager   ~0014738

Make sure you've run apt update; Are you still seeing this issue because I can't reproduce it here.

mdk

mdk

2021-06-22 17:34

reporter   ~0014740

This is the best explanation, I can't reproduce it neither, sorry...

Issue History

Date Modified Username Field Change
2021-05-05 07:40 mdk New Issue
2021-06-22 15:51 steev Assigned To => steev
2021-06-22 15:51 steev Status new => feedback
2021-06-22 15:51 steev Note Added: 0014738
2021-06-22 17:34 mdk Note Added: 0014740
2021-06-22 17:34 mdk Status feedback => assigned
2021-06-22 17:36 steev Status assigned => resolved
2021-06-22 17:36 steev Resolution open => no change required