-
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 install fail on Windows 10 because of the ill handling of the path str. #6392
Comments
What do you get when you list the contents of the directory in the error message?
|
After reporting this issue, once I uninstall python.org's Python and install Miniconda'sPython. That is because pip-19.0.3 is installed, by installing the latest version of Python3 in python.org. So re-installing solve this issue for me. But, the problem was reproduced by downgrading pip to version 19.0.1.
and the content of the nested
|
There was a bug in 19.0.1 that caused That bug was fixed in 19.0.2, so it looks like you were seeing that when downgrading. |
It seems that I used old pip for some reason. Thank you for Spending your precious time. |
:) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Environment
19.0.319.0.1 (python 3.7)Description
Any pip install fail with the "FileNotFoundError: [Errno 2] No such file or directory: 'c:\users\path\to\python37\site-packages\pip-19.0.1.dist-info\{METADATA,RECORD}'"
I feel strange the base name of the path is in uppercase while the other part of the path is in lower case (exactly mistakes).
Expected behavior
Do not convert the dirname part to lower case and success to install.
How to Reproduce
pip install --upgrade pip
in the command prompt.Output exampled
Kazuy
is my user name at the machine.The text was updated successfully, but these errors were encountered: