[Bug 1955742] Re: `ModuleNotFoundError: No module named 'pip'` for python3.10 virtual environment on Ubuntu 21.04

2021-12-25 Thread Alain Mosnier
In fact, I've just upgraded to 21.10 (I had forgotten about that upgrade, for some reason) and in that release, Python 3.10 virtual environments seem to work just fine. So I guess we pretty much could forget about this issue. -- You received this bug notification because you are a member of

[Bug 1955742] [NEW] `ModuleNotFoundError: No module named 'pip'` for python3.10 virtual environment on Ubuntu 21.04

2021-12-25 Thread Alain Mosnier
Public bug reported: Steps to reproduce: $ sudo apt install python3.10-full $ mkvirtualenv -p /usr/bin/python3.10 test3.10 $ pip list Traceback (most recent call last):   File "/home/alain/.virtualenvs/test3.10/bin/pip", line 5, in from pip._internal.cli.main import main