-
Notifications
You must be signed in to change notification settings - Fork 35
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
--exists-action option does not work #20
Comments
So far I can't reproduce this, which is strange because my environment seems exactly the same:
What operating system are you using? Also, I can't imagine this error being dependent on the contents of |
FWIW I have run into this also. Looks like it's a bug that was in pip 1.4.1 but has since been fixed. @xolox - Not sure why you couldn't repro? Oh, or maybe you were on the develop branch? Anyhow, more reasons for upgrading to pip1.5x?! :) |
While running command:
pip-accel install --exists-action=s -r requirements.txt
I get:
Executing command: pip install --download-cache=/home/.../.pip_download_cache --find-links=file:///... --build-directory=/tmp/... --exists-action=s -r requirements.txt --no-install An error occurred during configuration: option --exists-action: invalid choice: ['s'] (choose from 's', 'i', 'w', 'b')
Using pip 1.4.1, pip-accel 0.10.2, Python 2.7.3
The text was updated successfully, but these errors were encountered: