When executing many commands, for example. sudo pip install requests==1.2.3
the following error occurs It seems that a connection error
/usr/local/bin/pip run on Sun Jan 5 19:13:26 2014
Downloading/unpacking requests==1.2.3
Getting page https://pypi.python.org/simple/requests/
Cleaning up...
Removing temporary dir /private/tmp/pip_build_root...
Exception:
....
AttributeError: VerifiedHTTPSConnection instance has no attribute '_tunnel_host'
source
share