-
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
auto-clean to prevent pip can't proceed with requirement 'xxx' due to a pre-existing build directory. #1935
Comments
Can someone take a look at this? Requirement management with pip became impossible to deal with.
|
What version of pip are you using? This worked ok for me.
|
pip 1.5.6 from /Library/Python/2.6/site-packages/pip-1.5.6-py2.6.egg (python 2.6) and the command failing is |
This is marked as closed by #2122 but that issue is not fixed itself which means that this should still be open. |
Using what version of pip? |
I seems that I am seeing the famous message more often then ever:
Can we use pip in such way that if the package installation fails I do not have to manually remove the random-generated temp directory?
Just exemplify the extend of the problem try this:
Second command will fail for sure because of the already existing due to "due to a pre-existing build directory."
Does it makes sense? For me not at all.
The text was updated successfully, but these errors were encountered: