I'm trying to update pip
using pip install --upgrade pip
, but I get a "requirement satisfied" error and an "outdated version" message at the same time
$ pip install --upgrade pip
Requirement already up-to-date: pip in
/Users/user/Envs/proj/lib/python2.7/site-packages
You are using pip version 9.0.1, however version 9.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip'
command.
How do I update?
These two commands worked for me:
then:
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 usingpip
:The curl answer above didn't work for me. This worked for me
Try:
Right Click Anaconda Prompt (Run as Admin)
(It worked for me)