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 Ubunt
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
ModuleNotFoundError: