[Bug 2065422] Re: Misleading error creating python virtual environment, says need to install python3.11-venv
thewade
2065422 at bugs.launchpad.net
Mon May 13 15:15:52 UTC 2024
It was an upgrade from 20.04.
$ dpkg -S `command -v python3`
python3-minimal: /usr/bin/python3
$ apt policy python3-minimal
python3-minimal:
Installed: 3.12.3-0ubuntu1
Candidate: 3.12.3-0ubuntu1
Version table:
*** 3.12.3-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status
I just tried the same from a clean install and I did not see the issue.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/2065422
Title:
Misleading error creating python virtual environment, says need to
install python3.11-venv
Status in python3-defaults package in Ubuntu:
Incomplete
Bug description:
On Ubuntu 24.04 when I try to create a virtual environment I get this
error:
$ python3 -m venv pyenv
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.11-venv
You may need to use sudo with that command. After installing the python3-venv
package, recreate your virtual environment.
I am running the python3 version included with the distro
$ python3 --version
Python 3.12.3
The error suggests I install python3.11-venv however that package does
not exist in 24.04 and what I need to install is python3-venv instead.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/2065422/+subscriptions
More information about the foundations-bugs
mailing list