11

コマンドを使用すると:

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')

2 つの環境変数:http_proxyhttps_proxy動作しないようですか?

プロキシ サーバーの背後から ez_setup.py を使用して Python の easy_install をインストールする

4

3 に答える 3

4

プロキシ構成を Internet Explorer に配置し、ターミナルを再起動する必要があります。

Internet Explorer でのプロキシ構成

于 2016-01-12T16:31:44.490 に答える