pip 1.5.4 import an invalid dependencies
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-pip (Debian) |
Fix Released
|
Unknown
|
|||
python-pip (Ubuntu) |
Fix Released
|
High
|
Barry Warsaw | ||
Trusty |
Fix Released
|
High
|
Barry Warsaw |
Bug Description
With a Ubuntu 14.04 constantly updated:
$ pip
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in <module>
load_
File "/usr/local/
return get_distributio
File "/usr/local/
return ep.load()
File "/usr/local/
entry = __import_
File "/usr/lib/
from pip.vcs import git, mercurial, subversion, bazaar # noqa
File "/usr/lib/
from pip.download import path_to_url
File "/usr/lib/
from requests.compat import IncompleteRead
ImportError: cannot import name IncompleteRead
Changed in python-pip (Ubuntu): | |
status: | Incomplete → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Barry Warsaw (barry) |
Changed in python-pip (Ubuntu Trusty): | |
status: | Fix Released → Fix Committed |
tags: |
added: regression verification-failed removed: verification-done |
tags: |
added: regression-update removed: regression |
Changed in python-pip (Debian): | |
status: | Unknown → Fix Released |
Status changed to 'Confirmed' because the bug affects multiple users.