You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not upgrade pip in my Windows. I saw some similar issues on this repository, I saw in this and this answer, that I need run command in Administrator mode. But I disable UAC on my Windows and I never want use UAC.
@Kristinita how did you initially install pip ? The pip-8.1.2-py3.5.egg smells like you used easy_install ?
It looks like a duplicate of #2669.
Did you try python -m pip install -U --force-reinstall pip ?
Summary
I can not upgrade pip in my Windows. I saw some similar issues on this repository, I saw in this and this answer, that I need run command in Administrator mode. But I disable UAC on my Windows and I never want use UAC.
Expected behavior
Successful pip upgrade.
Actual behavior
Steps to reproduce
I run
python -m pip install --upgrade pip
command incmd.exe
.Environment
Operating system and version:
Windows 32-bit 10.0.14393
Python:
3.5.2
pip
8.1.2 from e:\python35-32\lib\site-packages\pip-8.1.2-py3.5.egg (python 3.5)
Thanks.
The text was updated successfully, but these errors were encountered: