Zachary Ware added the comment:

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).

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27449>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to