-
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
pip3 install -U pip check version raise ValueError Exception #6177
Comments
我也遇到了相同的问题,鼓捣了两小时未果。 |
I'm having the same problem! :( |
I have met this solution for sad 3 days but solved by reinstalling:
|
It worked for me too. Regards! |
Excuse me, I still have this error following @Aazingmiao advices. But the installed package can work successfully.
pip version
|
Getting a better error message is the subject of this setuptools issue: pypa/setuptools#1664 |
Related to this, I filed a PR on setuptools' tracker to make the error message more informative: pypa/setuptools#1706 |
Related to pip's github issue pypa/pip#6194. This has come up in pip's issue tracker (github) multiple times: - pypa/pip#6177 - pypa/pip#6283 - pypa/pip#6194
Related to pip's github issue pypa/pip#6194. This has come up in pip's issue tracker (github) multiple times: - pypa/pip#6177 - pypa/pip#6283 - pypa/pip#6194
FYI, setuptools just made a release (40.9.0) where the ValueError exception message now includes the path to the specific directory causing the problem: pypa/setuptools#1706 (comment) |
Given the last comment and that there hasn't been any follow up questions, I think this is resolved. :) |
Environment
Description
The text was updated successfully, but these errors were encountered: