error message of python3-venv does not lead to success with no-install-recommends
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python3.6 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
on my bionic system with apt configured to to no installation of recommends:
$ apt-get install -y python3-venv python3-pip
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
python-pip-whl python3-distutils python3-lib2to3 python3.6-venv
Recommended packages:
build-essential python3-dev python3-setuptools python3-wheel
The following NEW packages will be installed:
python-pip-whl python3-distutils python3-lib2to3 python3-pip python3-venv
python3.6-venv
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 1718 kB of archives.
After this operation, 4388 kB of additional disk space will be used.
Get:1 http://
Get:2 http://
Get:3 http://
Get:4 http://
Get:5 http://
Get:6 http://
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1718 kB in 0s (9531 kB/s)
Selecting previously unselected package python-pip-whl.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5389 files and directories currently installed.)
Preparing to unpack .../0-python-
Unpacking python-pip-whl (9.0.1-2) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../1-python3-
Unpacking python3-lib2to3 (3.6.5-3) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../2-python3-
Unpacking python3-distutils (3.6.5-3) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../3-python3-
Unpacking python3-pip (9.0.1-2) ...
Selecting previously unselected package python3.6-venv.
Preparing to unpack .../4-python3.
Unpacking python3.6-venv (3.6.5-3) ...
Selecting previously unselected package python3-venv.
Preparing to unpack .../5-python3-
Unpacking python3-venv (3.6.5-3) ...
Setting up python-pip-whl (9.0.1-2) ...
Setting up python3.6-venv (3.6.5-3) ...
Setting up python3-pip (9.0.1-2) ...
Setting up python3-lib2to3 (3.6.5-3) ...
Setting up python3-distutils (3.6.5-3) ...
Setting up python3-venv (3.6.5-3) ...
$ python3 -m venv $CACHE_VENV_DIR
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.
I have just installed that package.
summary: |
- python3-venv + error message of python3-venv does not lead to success with no-install- + recommends |
affects: | python (Ubuntu) → python3.6 (Ubuntu) |
Status changed to 'Confirmed' because the bug affects multiple users.