python - Using pip and easy_install in virtualenv on Windows -


i trying install few packages in virtual environment using pip. getting error:

downloading/unpacking pymongo   cannot fetch index base url https://pypi.python.org/simple/   not find downloads satisfy requirement pymongo no distributions @ found pymongo 

i found workaround downgrading pip. downloaded , installed pip 1.2.1 error:

(env1)ps c:\dev\virtualenvs> pip install bottle downloading/unpacking bottle   cannot fetch index base url http://pypi.python.org/simple/   not find downloads satisfy requirement bottle no distributions @ found bottle 

the log says:

urlopen error [errno 10013] attempt made access socket in way forbidden access permissions> 

how correctly use virtualenvs on windows?

edit: able use pip when not in virtualenv.

in case operating system should not matter. should not question virtualenv (as suggested in title). pip cannot access remote end access. take time error message appear (is timeout issue)? if yes, networking issue, maybe triggered firewall. should check first.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -