-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip update kill pip #9566
Comments
Me too. And I don't know why. Then I use easy_setup to install pip. |
Does |
@DiddiLeija sorry for delay.
python -m pip install --upgrade pip works on windows Doc is good I should read manual |
As you can see, using Also, can you try |
no problem 👍
It works but error message is wrong :
|
Hmm, interesting. This is not related, but I would like to know where does
|
Another side note: What is |
The |
@DiddiLeija About -ip I delete many files in site package folder : message WARNING: Ignoring invalid distribution is gone |
Hmm... how did you installed Python? Or did you build Python from source on |
I installed python using exe file from python.org |
Did you use custom options during installation (I mean, on the Python installation GUI)? |
Hi there. Here is a fix at #10454. Another quick fix is to run the command in administrator shell/user that have write access to f:\program files\python\scripts\ as stated in the error message. |
pip version
20.3.3
Python version
3.8.5
OS
windows 10
I have got only one version of python and python is in my path.
No response
Description
pip suggest me to update my pip version.
I have done it.
Update cannot be done and now my previous pip 20.3.3 is uninstalled.
Expected behavior
install is not possible so reinstall previous pip
How to Reproduce
see console (command) output
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: