[Distutils] Pip upgrade

Nick Coghlan ncoghlan at gmail.com
Fri Apr 13 08:17:57 EDT 2018


On 13 April 2018 at 21:00, Niharika Jakhar <niharika1883 at gmail.com> wrote:
> Hi
> I am having troubles upgrading my pip.
> terminal says:
> 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.

Which operating system are you running? `pip` self upgrades on Windows
can be a bit odd, so "py -m pip install --upgrade pip" may work better
there.

If you're on an older version of Mac OS X, you may be affected by the
TLS issues there, and need to follow the instructions at
https://mail.python.org/pipermail/python-announce-list/2018-April/011885.html

Regards,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Distutils-SIG mailing list