-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Linux] pip install with pep517 fails #1615
Comments
🤔 this seems to be a pip or python bug; seems importing shutil from within pip breaks the world 🤔 @pfmoore any ideas? |
Looking at the traceback, it seems to be failing because when the code imports There may be a pip issue in how the isolated build environment that is getting used in a PEP 517 build gets set up, but I don't know how that code could break the stdlib. |
I just released a new version without pyproject.toml which should fix this issue. Closing. |
Linux
Bug description
The changes made to add pyproject.toml (fc204a9) seem to have stopped pip installs working.
Installing the previous version seems to work correctly:
It may be related to the following pip issues but I'm not really sure what the upshot of this issue was:
pypa/pip#6163
The text was updated successfully, but these errors were encountered: