-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Pip hangs after running any command (aside from --version, which is the only one that has worked for me) #9061
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
Comments
You likely want to disable pip's use of the keyring -- see #8719 for context. |
Thanks, managed to get it fixed by
and disabling the xsrv display line I had. |
|
I'm on windows so 'set' command worked for me instead of 'export'. |
This was exactly it for me! I was trying to get tkinter to work in wsl and updated the DISPLAY variable. I never did get it working but forgot to remove my change. I just commented it out and pip is working again. Thanks a bunch! |
Environment
Description
Running any pip command (except pip --version) seems to cause it to hang until keyboard interrupt
Expected behavior
The command typed is meant to be executed
How to Reproduce
Note: I linked pip3 to run with the alias pip since I uninstalled python 2.7
Output
I am forced to keyboard interrupt
The text was updated successfully, but these errors were encountered: