Cannot upgrade pip 9.0.1 to 9.0.3 - requirement already satisfied Cannot upgrade pip 9.0.1 to 9.0.3 - requirement already satisfied python python

Cannot upgrade pip 9.0.1 to 9.0.3 - requirement already satisfied


Recently, Python.org sites stopped supporting TLS version 1.0 and 1.1, which could be causing the chicken-and-egg problem you are facing. Try upgrading pip without using pip:

curl https://bootstrap.pypa.io/get-pip.py | python


These two commands worked for me:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

then:

python get-pip.py


Try:
Right Click Anaconda Prompt (Run as Admin)

>> conda update pip

(It worked for me)