【发布时间】:2011-06-13 22:41:58
【问题描述】:
在我的工作环境中,上网是通过NTLM身份验证管理的,并与Windows用户帐户相关联,而easy_install或pip不起作用:
C:\>easy_install django
install_dir D:\Python26\Lib\site-packages\
Searching for django
Reading http://pypi.python.org/simple/django/
Download error: timed out -- Some packages may not be found!
....
C:\>pip install django
Downloading/unpacking django
Cannot fetch index base URL http://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement django
No distributions at all found for django
是否有可能让他们在这样的环境中工作?
【问题讨论】:
标签: python ntlm easy-install pip