-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Pythons without distutils #1910
Comments
To help desperate Googlers (me, yesterday): if you get |
I'm having a similar issue trying to create a virtualenv with python3.7 on Ubuntu 20.04. Have got working on machine a) but not b). verbose traces below. Seems to be related to cpython version and proposed python path. Any pointers @gaborbernat ? |
Don't know how but removing and purging python3.7 and reinstalling from deadsnakes seems to have fixed |
Note that python 3.10 will deprecate distutils. Python 3.12 will completely remove it. |
For those who have a similar problem with python3.7 or lower and use a .deb distro, the solution is to install the |
This has been done now. |
At the moment interpreter lookup fails when
distutils
is not available, e.g. on some Ubuntu Python distributions. Error:See #1643 (comment).
The text was updated successfully, but these errors were encountered: