main icon indicating copy to clipboard operation
main copied to clipboard

Upgrade pip to 9.0.1

Open slozier opened this issue 8 years ago • 3 comments

We should upgrade the pip we distribute to 9.0.1. Whenever people currently use pip they see the following message:

You are using pip version 8.1.1, however version 9.0.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.

and then try to upgrade which tends to cause more issues to pop up.

slozier avatar May 17 '17 02:05 slozier

Yes, but trying 9.0.1 causes more issues...I would almost rather patch the version of pip we have to not print that message.

slide avatar May 17 '17 02:05 slide

Hmm, I managed to install and use 9.0.1 over here. I'm not familiar with what tweaks had to be done to pip so maybe I'm missing something. Will do more testing tomorrow.

slozier avatar May 17 '17 03:05 slozier

Alright, I ran a few more tests and am hitting issues as well. Let's go with patching the version of pip to not display.

slozier avatar May 17 '17 13:05 slozier