-
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
pip crashes with IndexError
#1107
Comments
This is pip 1.4:
|
And my
|
Steps to reproduce:
|
|
there's 2 issues in the example @dstufft gives
I'm willing to fix 1) for the patch release (1.4.1), but 2) needs a fair amount of effort to fix correctly and fill in the gaps in unit testing. I'll log an issue for that. |
I think that's reasonable though. |
I use local find-links a lot (and the test suite does too). And we already recommend something similar here: http://www.pip-installer.org/en/latest/cookbook.html#fast-local-installs Combining I don't think wheelhouse will make it more likely for someone to try to do this. |
Some folks are recommending people add --find-links=$WHEEL_DIR to the ~/.pip/pip.conf which means anyone who takes that advice will be using --find-links all the time in cases where they wouldn't have before. |
that's fine and only a problem if they then try to |
closing. merged #1113 |
No idea what causes this, happy to take any steps to assist in reproducability:
The text was updated successfully, but these errors were encountered: