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 zach.ware
Recipients frank-e, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-07-04.13:49:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467640143.9.0.571950934476.issue27449@psf.upfronthosting.co.za>
In-reply-to
Content
As the traceback suggests, you don't have permission to write there. You'll need to run that as an administrator, but note that you'll run into a different issue using the 'pip' command to upgrade itself; use 'py -3.5 -m pip install -U pip' instead. 

Also, pip is not actually part of the standard library, it's just bundled with CPython. For any change you'd like to see in pip's behavior, you'll need to raise an issue on pip's issue tracker (https://github.com/pypa/pip/issues).
History
Date User Action Args
2016-07-04 13:49:03zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, steve.dower, frank-e
2016-07-04 13:49:03zach.waresetmessageid: <1467640143.9.0.571950934476.issue27449@psf.upfronthosting.co.za>
2016-07-04 13:49:03zach.warelinkissue27449 messages
2016-07-04 13:49:03zach.warecreate