Wie zu verwenden easy_install hinter einem http-proxy unter windows?

Wenn ich den Befehl:

easy_install spotter

installieren spotter Paket, bekam ich folgende Fehlermeldung

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

Die beiden environment-Variablen: http_proxy und https_proxy scheinen nicht zu funktionieren?

Die Installation von Python easy_install mit ez_setup.py hinter einem proxy-server

  • Einstellung http_proxy für mich funktioniert. Was genau machst du?
InformationsquelleAutor yorua007 | 2013-09-21
Schreibe einen Kommentar