-
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
Windows upgrading pip #5885
Comments
I wonder if some of the following context would help debug this issue:
|
i installed anaconda in G:\ drive |
Same problem using pip 10.0.1 as well on Ubuntu16.04 |
@AxanIqbal If my assumptions are correct, the problem does not happen during installation of pip, but when it tries to check environment integrity after the package (here, pip) is installed. The environment being managed by Anaconda means that it may contain package information not parsable by pip, and pip crashes when it tries to check them. The PR I mentioned tries to make pip more robust—instead of crashing, ignore things it does not recognise. |
Thanks a lot that solve my problem |
@uranusjr Should this be closed if issue is resolved? |
@soerendip Is this issue resolved on Ubuntu 16.04? |
Windows 10 64 bit
Problem having upgrade pip from 10.0.1 to latest bcz of that cant install packages had the same result with default python
The text was updated successfully, but these errors were encountered: