pip list --outdated and --uptodate broken #6777
Labels
auto-locked
Outdated issues that have been locked by automation
resolution: duplicate
Duplicate of an existing issue/PR
Uh oh!
There was an error while loading. Please reload this page.
Environment
Description
Running
pip list
with either--outdated
or--uptodate
switches generates a NoneType attribute error.pip list
with no switches, andpip list --not-required
both function as expected. I have not tested other list switches.Expected behavior
Expected a list of either outdated or up-to-date installed packages
How to Reproduce
Run either of the following commands:
pip list --outdated
pip list --uptodate
Output
The text was updated successfully, but these errors were encountered: