Filtering outdated packages does nothing. #6098
Labels
auto-locked
Outdated issues that have been locked by automation
C: list/show
'pip list' or 'pip show'
resolution: duplicate
Duplicate of an existing issue/PR
Environment
Description
When running
pip list --outdated
orpip list --uptodate
, the programm just freezes for what seems to be ever and does not give any output. Same thing withpython -m pip
, too.Expected behavior
Either a list of the outdated or of the not outdated packages(depending on the option) should be printed to the console.
How to Reproduce
Just run one of the commands above.
Output
pip list --oudated
At least 30 minutes of nothing
(In red:) Operation cancelled by user.
The text was updated successfully, but these errors were encountered: