This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients bramnet, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-04-16.08:01:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523865699.15.0.682650639539.issue33285@psf.upfronthosting.co.za>
In-reply-to
Content
Issues with pip should be reported at https://github.com/pypa/pip/issues rather than here. However, in this case, the issue is that you ran the command "pip install --upgrade pip" which will use the pip executable to upgrade itself, something that Windows blocks. To upgrade pip you should run the command "python -m pip install --upgrade pip", using "python -m pip" rather than plain "pip".
History
Date User Action Args
2018-04-16 08:01:39paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, steve.dower, bramnet
2018-04-16 08:01:39paul.mooresetmessageid: <1523865699.15.0.682650639539.issue33285@psf.upfronthosting.co.za>
2018-04-16 08:01:39paul.moorelinkissue33285 messages
2018-04-16 08:01:39paul.moorecreate