View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007173 | Kali Linux | [All Projects] Kali Package Bug | public | 2021-05-05 07:40 | 2021-06-22 17:36 |
Reporter | mdk | Assigned To | steev | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 2021.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0007173: 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 ``` | ||||
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 |