Python: "[Errno 111] Connexion refusée" easy_install ne peut pas installer pip

[phénomène]

[Errno 111] La connexion a été refusée et ne peut pas être installée.

[Cause]

[Correspondance]

Désactivez temporairement votre propre serveur de référentiel

//Tentative d'introduction de pip
$ easy_install-2.7 pip
Searching for pip
Reading http://10.70.0.2:8080/simple/pip/
Download error on http://10.70.0.2:8080/simple/pip/:     [Errno 111] Connection refused -- Some packages may not be found!
                             :

//Désactivez votre propre serveur de référentiel
$ vi ~/.pydistutils.cfg
#[easy_install]
#index_url = http://10.70.0.2:8080/simple/

//encore. Allez obtenir officiellement
$ easy_install-2.7 pip
Searching for pip
Reading https://pypi.python.org/simple/pip/
Best match: pip 7.0.1
Downloading         https://pypi.python.org/packages/source/p/pip/pip-7.0.1.tar.gz#md5=5627bb807cf3d898a2eba276685537aaProcessing pip-7.0.1.tar.gz
                        :
Finished processing dependencies for pip

Recommended Posts

Python: "[Errno 111] Connexion refusée" easy_install ne peut pas installer pip
pyenv-vertualenv n'installe pas correctement la série python3
Home Brew ne peut pas installer Python (chez Mavericks)
Installez Python sur Windows + pip + virtualenv
pip installer les erreurs de gestion de mysql pendant python
python memo pip sous proxy, easy_install
Scikit-learn ne peut pas être installé en Python
Installer le framework Python django à l'aide de pip
Installez easy_install et pip sur Windows
Que faire si vous ne pouvez pas installer pyaudio avec pip #Python
Solution pour l'erreur d'installation de pip [Python] [Mac]
Installer python
Installation de l'outil de gestion des packages Python pip (Windows)
Si scipy est python 2.7.8, l'installation de pip trébuche
Installez python sur xserver pour utiliser pip
Installez Python 3.8, Pip 3.8 sur EC2 (Amazon Linux 2)
Je ne peux pas installer le package avec pip.
Pourquoi ne puis-je pas installer matplotlib avec python! !!
Dask ne peut pas être installé sur Ubuntu avec pip
Éviter «le codec 'ascii' ne peut pas décoder» avec pip install
Exécutez l'installation de pip sur MacOS Python 3.7 ou version ultérieure
Installez la version ZIP Python et pip sur Windows 10
installation sudo pip
Installation locale de Python
Installez easy_install (Windows)
Installez NAOqi python
Installer le contrôle Python
CentOS8 --Installer --Python3
Que faire si vous ne pouvez pas installer mysqlclient
mac OS X 10.15.x pyenv Python Si vous ne pouvez pas installer
Pour ceux qui ne peuvent pas installer Python sur Windows XP