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

"Could not find a version that satisfies the requirement" no longer shows "(from versions: ...)" #9228

Closed
wimglenn opened this issue Dec 4, 2020 · 2 comments
Labels
resolution: duplicate Duplicate of an existing issue/PR

Comments

@wimglenn
Copy link
Contributor

wimglenn commented Dec 4, 2020

pip install on a missing version number no longer tells you what was avail in the index in the error message. That was useful info. Intended, or regression?

$ pip install six==v
ERROR: Could not find a version that satisfies the requirement six==v (from versions: 0.9.0, 0.9.1, 0.9.2, 1.0b1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.6.0, 1.6.1, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0, 1.13.0, 1.14.0, 1.15.0)
ERROR: No matching distribution found for six==v
WARNING: You are using pip version 20.2; however, version 20.3.1 is available.
$ pip install -q -U pip 
$ pip install six==v    
ERROR: Could not find a version that satisfies the requirement six==v
ERROR: No matching distribution found for six==v
@ichard26
Copy link
Member

ichard26 commented Dec 5, 2020

Pretty sure this is a duplicate of #9139.

@uranusjr
Copy link
Member

uranusjr commented Dec 5, 2020

Thanks @ichard26! Closing this as such to keep the conversation in one place.

@uranusjr uranusjr closed this as completed Dec 5, 2020
@uranusjr uranusjr added the resolution: duplicate Duplicate of an existing issue/PR label Dec 5, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate Duplicate of an existing issue/PR
Projects
None yet
Development

No branches or pull requests

3 participants