-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
The latest pip version (20.1) doesn't work due to issue 3770 #5222
Comments
Looks like someone already raised the issue at pypa/pip#8161. Hopefully it will get merged soon. |
Could you also provide the entire traceback which you see when you run |
@deveshks Sure.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem description
Pip version 20.0.2 works perfectly but the new version 20.1 uses semaphore from the multiprocessing package. Which isn't available in Android.
Steps to reproduce
Run
pip list --outdated
.Expected behavior
It should work. Or we may be stuck with an outdated pip forever.
Additional information
The text was updated successfully, but these errors were encountered: