Skip to content
This repository has been archived by the owner. It is now read-only.

Pipenv install hangsup #105

Closed
Mottoweb opened this issue Dec 24, 2019 · 2 comments · Fixed by #106
Closed

Pipenv install hangsup #105

Mottoweb opened this issue Dec 24, 2019 · 2 comments · Fixed by #106

Comments

@Mottoweb
Copy link

Pipenv install hangs up on installing dep 15/17

Screenshot 2019-12-24 at 11 30 36 AM

Tried deleting lock file but still no luck

@unmade
Copy link
Owner

unmade commented Dec 24, 2019

@Mottoweb
Last time I had this problem because of the pipenv cache.
It is usually one of the following locations:

  • ~/Library/Caches/pipenv (macOS)
  • %LOCALAPPDATA%\pipenv\pipenv\Cache (Windows)
  • ~/.cache/pipenv (other operating systems)

Try manually deleting the whole cache directory and let me know if this works.

P.S. I'm preparing pull request to switch to regular pip - too much troubles with pipenv.

@unmade
Copy link
Owner

unmade commented Dec 24, 2019

Please see updated README

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants