【发布时间】:2013-09-21 15:56:37
【问题描述】:
当我使用命令时:
easy_install spotter
要安装spotter 包,我收到以下错误消息
Searching for spotter
Reading http://pypi.python.org/simple/spotter/
Download error on http://pypi.python.org/simple/spotter/: [Errno 11001] getaddrinfo failed -- Some packages may not be found!
Reading http://pypi.python.org/simple/spotter/
Download error on http://pypi.python.org/simple/spotter/: [Errno 11001] getaddrinfo failed -- Some packages may not be found!
Couldn't find index page for 'spotter' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error on http://pypi.python.org/simple/: [Errno 11001] getaddrinfo failed -- Some packages may not be found!
No local packages or download links found for spotter
error: Could not find suitable distribution for Requirement.parse('spotter')
http_proxy和https_proxy这两个环境变量好像不行?
Installing Python's easy_install using ez_setup.py from behind a proxy server
【问题讨论】:
-
设置
http_proxy对我有用。你到底在做什么?
标签: python proxy easy-install