question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip install does not response, but works well with option '--no-cache-dir'

See original GitHub issue

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 with sudo it works well.

I work on os x 10.11.1, with homebrewed python3.

Any ideas?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:2
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
gerrithollcommented, Nov 15, 2017

I don’t think this was solved by #3382. It is still around in pip 9.0.1, see #3532, of which this is probably a duplicate.

3reactions
Russell-Jonescommented, Nov 15, 2015

Run it with -vvv to get a better idea of where it’s stopping.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip install options "no-cache-dir" and "target" don't work well ...
I'm sure the problem is neither in --target nor in --no-cache-dir . I tried both command in transient empty virtual environments (recreating ...
Read more >
Caching - pip documentation v22.3.1
This cache functions like a web browser cache. When making any HTTP request, pip will first check its local cache to determine if...
Read more >
What Are Python Wheels and Why Should You Care?
In this section, you got a glimpse of how to fine-tune the distribution types that pip install will use. While a regular pip...
Read more >
pip Documentation
pip doesn't currently have an option to do an “only if needed” recursive upgrade, but you can achieve it using these 2 steps:...
Read more >
pip install — pip 10.0.0.dev0 documentation
pip requires a working VCS command on your path: git, hg, svn, or bzr. VCS projects can be installed in editable mode (using...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found