Skip to content

Instantly share code, notes, and snippets.

@ptrlv
Last active August 29, 2015 14:02
Show Gist options
  • Save ptrlv/d2a852a0153fd6ded0a1 to your computer and use it in GitHub Desktop.
Save ptrlv/d2a852a0153fd6ded0a1 to your computer and use it in GitHub Desktop.
Broken pip install
$ virtualenv --version
1.11.6
$ virtualenv env
New python executable in env/bin/python
Installing setuptools, pip...done.
$ . env/bin/activate
(env)$
(env)$ pip --version
pip 1.5.6 from /home/user/env/lib/python2.6/site-packages (python 2.6)
(env)$ pip install pytz
Downloading/unpacking pytz
Cleaning up...
<traceback>
raise InvalidSchema("No connection adapters were found for '%s'" % url)
InvalidSchema: No connection adapters were found for '
http://pypi.python.org/simple/pytz/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment