osx - pip can't find distributions from within virtualenv -
i set new virtualenv. within it, pip cannot find distributions. outside of env, can. here's output:
(wagon-admin)[me@pjs-macbook-pro wagon-admin]$ pip install django downloading/unpacking django not fetch url https://pypi.python.org/simple/django/: there problem confirming ssl certificate: <urlopen error [errno 1] _ssl.c:480: error:0d0890a1:asn1 encoding routines:asn1_verify:unknown message digest algorithm> skip url https://pypi.python.org/simple/django/ when looking download links django not fetch url https://pypi.python.org/simple/: there problem confirming ssl certificate: <urlopen error [errno 1] _ssl.c:480: error:0d0890a1:asn1 encoding routines:asn1_verify:unknown message digest algorithm> skip url https://pypi.python.org/simple/ when looking download links django cannot fetch index base url https://pypi.python.org/simple/ not fetch url https://pypi.python.org/simple/django/: there problem confirming ssl certificate: <urlopen error [errno 1] _ssl.c:480: error:0d0890a1:asn1 encoding routines:asn1_verify:unknown message digest algorithm> skip url https://pypi.python.org/simple/django/ when looking download links django not find downloads satisfy requirement django no distributions @ found django storing complete log in /users/me/.pip/pip.log
i'm on osx, , created virtual environment using virtualenvwrapper
. $ mkvirtualenv <env name>
this happens packages, not django.
edit: similar thing i've found in searching: https://github.com/pypa/pip/issues/829
i had same problem realized hadn't activated virtualenv. once activated it, installation worked. not sure why.
looking @ command line pasted, looks activated env, wanted note others happen stumble across this.
Comments
Post a Comment