-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 does not response, but works well with option '--no-cache-dir' #3245
Comments
Run it with |
Thanks for the reply. It showed as below:
After typing
then got stuck there. Running |
same issue, but I'm using pip installed with pyenv |
Looks like a duplicate of #3148. |
after debug, i found code stuck at i have no idea what this mean p.s. when with --no-cache-dir, the |
I found this problem probably had something to do with cache directory or .lock file in cache directory. When I try try the third It looks the same as this issue, my pip version = 7.1.2 |
@Russell-Jones @xavfernandez @brosner @alex below is my debug result. there was exception: and got stuck at the last line: hoping it will help! |
close by mistake! |
this problem does not happen on version 8.0.2 |
It might have been solved by #3382 |
Same here |
when install some package, it shows
Collecting package_name
, it does not go on, just stoped there, without any error message.when with option
--no-cache-dir
, or withsudo
it works well.I work on os x 10.11.1, with homebrewed python3.
Any ideas?
The text was updated successfully, but these errors were encountered: