Skip to content
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

Stuck at "Checking..." forever #30

Closed
achillesrasquinha opened this issue Jun 6, 2019 · 3 comments
Closed

Stuck at "Checking..." forever #30

achillesrasquinha opened this issue Jun 6, 2019 · 3 comments

Comments

@achillesrasquinha
Copy link
Owner

pipupgrade uses pip to check for outdated packages (pip list --outdated) to be precise. This causes pip to enter into an infinite loop for some reason (pip issue).

If you're on macOS, try deleting the pip cache.

$ rm -rf ~/Library/Caches/pip

else

$ rm -rf ~/.cache/pip
@pradyunsg
Copy link

This should've been fixed in newer releases of pip. We've switched to doing things differently w.r.t. this cache management.

@achillesrasquinha
Copy link
Owner Author

@pradyunsg Thanks for the update! Would this project be helpful in anyway to the core pip package? Would be open to send in a PR if so.

@baterflyrity
Copy link

baterflyrity commented Sep 8, 2022

This bug has not been resolved. The problem is still presented in lates Windows+Python environment.

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

No branches or pull requests

3 participants