Skip to content

Stuck at "Checking..." forever #30

@achillesrasquinha

Description

@achillesrasquinha

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions