我试图使用pip在虚拟环境中安装一些软件包。我收到了错误:
Downloading/unpacking pymongo
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement pymongo
No distributions at all found for pymongo
我发现有人说解决方法是降级你的点子。我下载并安装了pip 1.2.1现在我收到错误:
(env1)PS C:\dev\virtualenvs> pip install bottle
Downloading/unpacking bottle
Cannot fetch index base URL http://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement bottle
No distributions at all found for bottle
日志说:
urlopen error [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions>
如何在Windows上正确使用virtualenv?
编辑:我不能在我的virtualenv中使用pip。
答案 0 :(得分:0)
在这种情况下,操作系统无关紧要。这也不应该是关于virtualenv
的问题(如标题中所示)。 pip
只是无法访问它想要访问的远程端。是否需要一些时间才能显示错误消息(这是超时问题)吗?如果是,那么这是一个网络问题,可能是由防火墙触发的。你应该先检查一下。