-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Error creating virtualenv with python 3.10 #5288
Comments
That is really odd -- how would downgrading setuptools change the python location? |
I think this is linked to distutils pypa/setuptools#2896 |
@abouletupjv Can you re-check with |
I wonder if your virtualenv was just created on a much older version? Can you try upgrading to pipenv, version 2022.8.30 and then re-create your virtualenv with |
I'm running into this issue with pip==22.2.2 |
+1 |
Fix is in the main branch, will cut a release sometime (soon) this week. |
Thank you; I am also encountering this issue. |
Just cut pipenv |
Hi,
When I try to create an environnement i got the following errors:
it try to execute python in
mon_app_demo-oYHeBM4M/bin/python
but it is located inmon_app_demo-oYHeBM4M/local/bin/python
if i downgrade setuptools to version 59.8.0 it works because the python is located in
mon_app_demo-oYHeBM4M/bin
folderThe text was updated successfully, but these errors were encountered: