-
Notifications
You must be signed in to change notification settings - Fork 3k
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
disallow installing or building / #10533
Comments
This is fixed by Solution: don't do that until pip 21.3 is released 😉 |
(No "Resolution: already fixed using Guido's time machine" label) |
I believe that @sbidoul has, indeed, returned the keys to the time machine. |
I think it's still a problem with the |
At this point we're getting to the "don't pass a source tree that you haven't checked and validated to pip" situation. After all, I could just as easily write a valid I honestly don't feel that this line of discussion is very productive, so I'm going to drop it here. |
Closing this:
|
What's the problem this feature will solve?
I used
pip install --use-pep517 file:///
and it instantly consumed the last of my disk space making my computer unusable without a reboot and carefully removing the tmp directoryDescribe the solution you'd like
Prevent installing / or any other source tree containing its build destination
Alternative Solutions
Like I could just not try to do silly things like pip install /
Additional context
NA
Code of Conduct
The text was updated successfully, but these errors were encountered: