Skip to content
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

No failure code when install fails with pre-existing build directory #1208

Closed
wolever opened this issue Sep 21, 2013 · 1 comment
Closed
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@wolever
Copy link

wolever commented Sep 21, 2013

For example:

$ mkdir build
$ mkdir build/fish
$ pip install -b build fish
Downloading/unpacking fish

pip can't proceed with requirement 'fish' due to a pre-existing build directory.
 location: /Users/wolever/code/sandbox/build/fish
This is likely due to a previous installation that failed.
pip is being responsible and not assuming it can delete this.
Please delete it and try again.

Cleaning up...
$ echo $?
0
$ pip --version
pip 1.4.1 from /path/to/virtualenv

This is… is a bit of a problem when pip is run from scripts :\

@qwcode
Copy link
Contributor

qwcode commented Sep 22, 2013

this was fixed in develop branch recently (for the unreleased v 1.5) See pull #1162
Feel free to confirm that fix.

@qwcode qwcode closed this as completed Sep 22, 2013
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

2 participants