Paul Moore <p.f.mo...@gmail.com> added the comment:

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

----------
resolution:  -> third party
stage:  -> resolved
status: open -> closed

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

Reply via email to