Python: "[Errno 111] Connection refused" easy_install can't install pip

[phenomenon]

[Errno 111] Connection refused and cannot be installed.

[Cause]

[Correspondence]

Temporarily disable your own repository server

//Try to introduce 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!
                             :

//Disable your own repository server
$ vi ~/.pydistutils.cfg
#[easy_install]
#index_url = http://10.70.0.2:8080/simple/

//again. Go get officially
$ 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] Connection refused" easy_install can't install pip
I can't install python3 with pyenv-vertualenv
HomeBrew can't install Python (at Mavericks)
Install Python on Windows + pip + virtualenv
pip install mysql-Error handling during python
python memo pip under proxy, easy_install
I can't install scikit-learn in Python
Install Python framework django using pip
[Python Windows] pip install with Python version
Install easy_install and pip on windows
What to do if you can't install pyaudio with pip #Python
Solution for pip install error [Python] [Mac]
install python
Install Python package management tool pip (Windows)
scipy stumbles with pip install on python 2.7.8
Install python on xserver to use pip
Install Python 3.8, Pip 3.8 on EC2 (Amazon Linux 2)
I can't install the package with pip.
Why can't I install matplotlib in python! !!
I can't install Dask with pip on Ubuntu
Avoiding "'ascii' codec can't decode" with pip install
Run pip install on MacOS Python 3.7 or later
Install ZIP version Python and pip on Windows 10
sudo pip install
Install Python locally
Install easy_install (Windows)
Install NAOqi python
Install Python Control
CentOS8 --Install --Python3
What to do if you can't pip install mysqlclient
mac OS X 10.15.x pyenv Python If you can't install
For those who can't install Python on Windows XP