-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BUG] Setuptools failure with venv #2940
Comments
It looks to me like the build workaround for the pip workaround is getting tripped up on the
|
Released as 60.0.3. Please test and report back if the issue persists. |
I confirm 60.0.3 fixed the |
Confirmed the fix working on our CI system. Thank you for the prompt action. |
setuptools version
60.0.0
Python version
Python 3.9.5
OS
Debian
Additional environment information
No response
Description
I have an environment with virtualenv installed at
~/venv
.When we try to rerun the setup command,
python -m venv ~/venv
.If setuptools is 60.0.0, it will return the following error.
When I tried to run the command directly, I got the following error.
Expected behavior
No error like setuptools<60
How to Reproduce
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: