Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. [poseidon ~] pip -V
  2. Traceback (most recent call last):
  3. File "/usr/bin/pip", line 9, in <module>
  4. load_entry_point('pip==1.5.6', 'console_scripts', 'pip')()
  5. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 356, in load_entry_point
  6. return get_distribution(dist).load_entry_point(group, name)
  7. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2476, in load_entry_point
  8. return ep.load()
  9. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2190, in load
  10. ['__name__'])
  11. File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 74, in <module>
  12. from pip.vcs import git, mercurial, subversion, bazaar # noqa
  13. File "/usr/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 9, in <module>
  14. from pip.download import path_to_url
  15. File "/usr/lib/python2.7/dist-packages/pip/download.py", line 25, in <module>
  16. from requests.compat import IncompleteRead
  17. ImportError: cannot import name IncompleteRead
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement