-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
command pip list --outdated
fails
#5275
Comments
Happens with pip 20.1, downgrading to 20.0.X works. Discussed previously in #5222 and linked issues |
in case you're curious, the next release of pip will have a fix for this, pypa/pip#8167 is the fix, already merged into master |
Until this gets pushed to the repos, how can I downgrade pip? |
|
Ah, perfect. Thank you! |
also for future-proof checking of pip upgrades: |
pip 20.1.1 is out! this issue is fixed |
Problem description
Running
pip list --outdated
fails with the following error:Steps to reproduce
run
pip list --outdated
Expected behavior
Should output outdated python packages
The text was updated successfully, but these errors were encountered: