[PYTHON] I cried with `pip install --upgrade pip` with Bad md5 hash for package, but it got better

This is out


§  {@} pip install --upgrade pip
You are using pip version 6.0.8, however version 6.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting pip
  Using cached pip-6.1.1-py2.py3-none-any.whl
  Hash of the package https://pypi.python.org/packages/py2.py3/p/pip/pip-6.1.1-py2.py3-none-any.whl#md5=172eb5abab25a5e0
f7a7b63c7a49378d (from https://pypi.python.org/simple/pip/) (cd51a97e9efb4b5377dd2be875e21e77) doesn't match the expecte
d hash 172eb5abab25a5e0f7a7b63c7a49378d!
  Bad md5 hash for package https://pypi.python.org/packages/py2.py3/p/pip/pip-6.1.1-py2.py3-none-any.whl#md5=172eb5abab2
5a5e0f7a7b63c7a49378d (from https://pypi.python.org/simple/pip/)

pip install --no-cache-dir --upgrade pip Then healed


§  {@} pip install --upgrade thefuck
Collecting thefuck
  Downloading thefuck-1.43-py2.py3-none-any.whl (160kB)
    100% |################################| 163kB 1.2MB/s
Requirement already up-to-date: psutil in c:\python34\lib\site-packages (from thefuck)
Requirement already up-to-date: colorama in c:\python34\lib\site-packages (from thefuck)
Collecting six (from thefuck)
  Downloading six-1.9.0-py2.py3-none-any.whl
Requirement already up-to-date: pathlib in c:\python34\lib\site-packages (from thefuck)
Installing collected packages: six, thefuck
  Found existing installation: thefuck 1.26
    Uninstalling thefuck-1.26:
      Successfully uninstalled thefuck-1.26
Successfully installed six-1.9.0 thefuck-1.43

Recommended Posts

I cried with `pip install --upgrade pip` with Bad md5 hash for package, but it got better
I can't install the package with pip.
I got an SSL related error with pip install, so I solved it
Install tweepy with pip and use it for API 1.1
I got an error when pip install pandas on Mac, so I dealt with it
I got an error when pip install tweepy on macOS Sierra, so I dealt with it
I have libncurses but get angry with pip install readline
Insecure Platform Warning still appears with pip install, but I didn't do it because it was troublesome.
"Brute force of MD5 hash value of 6-digit password" I tried it with Python
I can't install Dask with pip on Ubuntu