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

pip throws IndexError when it calls scraped_rel_links #366

Closed
combacsa opened this issue Oct 4, 2011 · 1 comment
Closed

pip throws IndexError when it calls scraped_rel_links #366

combacsa opened this issue Oct 4, 2011 · 1 comment
Assignees
Labels
auto-locked Outdated issues that have been locked by automation type: bug A confirmed bug or unintended behavior

Comments

@combacsa
Copy link

combacsa commented Oct 4, 2011

When I "pip install supervisor", it succeeds with error message below.

Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 505, in run
self.target(_self.args, *_self.kwargs)
File "/usr/lib/pymodules/python2.7/pip/index.py", line 245, in _get_queued_page
for link in page.rel_links():
File "/usr/lib/pymodules/python2.7/pip/index.py", line 516, in rel_links
for url in self.scraped_rel_links():
File "/usr/lib/pymodules/python2.7/pip/index.py", line 543, in scraped_rel_links
url = match.group(1) or match.group(2) or match.group(3)
IndexError: no such group

I'm using Ubuntu 11.04-desktop-amd64 distribution on Intel i5 CPU.

Any ideas?

@hltbra
Copy link
Contributor

hltbra commented Oct 14, 2011

It is really a bug, and it bothers me. Fixing now.

Thank you

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 type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants