Skip to content

Instantly share code, notes, and snippets.

@calston
Created February 4, 2015 09:41
Show Gist options
  • Save calston/9aefc7308e5cf2382566 to your computer and use it in GitHub Desktop.
Save calston/9aefc7308e5cf2382566 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/colin/python/bin/pip", line 7, in <module>
from pip import main
File "/home/colin/python/local/lib/python2.7/site-packages/pip/__init__.py", line 11, in <module>
from pip.vcs import git, mercurial, subversion, bazaar # noqa
File "/home/colin/python/local/lib/python2.7/site-packages/pip/vcs/mercurial.py", line 9, in <module>
from pip.download import path_to_url
File "/home/colin/python/local/lib/python2.7/site-packages/pip/download.py", line 22, in <module>
from pip._vendor import requests, six
File "/home/colin/python/local/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py", line 58, in <module>
from . import utils
File "/home/colin/python/local/lib/python2.7/site-packages/pip/_vendor/requests/utils.py", line 25, in <module>
from .compat import parse_http_list as _parse_list_header
File "/home/colin/python/local/lib/python2.7/site-packages/pip/_vendor/requests/compat.py", line 7, in <module>
from .packages import chardet
File "/home/colin/python/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/__init__.py", line 3, in <module>
from . import urllib3
File "/home/colin/python/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py", line 16, in <module>
from .connectionpool import (
File "/home/colin/python/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 33, in <module>
from .connection import (
File "/home/colin/python/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connection.py", line 41, in <module>
from .util import (
File "/home/colin/python/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py", line 18, in <module>
from .retry import Retry
File "/home/colin/python/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.py", line 4, in <module>
from ..exceptions import (
ImportError: cannot import name ProtocolError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment