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

20.3: pip install foo== does not list available versions #9195

Closed
RafalSkolasinski opened this issue Dec 1, 2020 · 2 comments
Closed

20.3: pip install foo== does not list available versions #9195

RafalSkolasinski opened this issue Dec 1, 2020 · 2 comments
Labels
resolution: duplicate Duplicate of an existing issue/PR

Comments

@RafalSkolasinski
Copy link

Environment

  • pip version: 20.3
  • Python version: 3.7
  • OS: Ubuntu LTS 20.04

Description

After upgrade from 20.1.1 to 20.3 cannot view available versions using pip install foo== trick

$ pip install ml-metadata==                                         
ERROR: Could not find a version that satisfies the requirement ml-metadata==
ERROR: No matching distribution found for ml-metadata==

Expected behavior

It works or message about No matching distribution... tips about new command to view available versions.

$ pip install ml-metadata==           
ERROR: Could not find a version that satisfies the requirement ml-metadata== (from versions: 0.12.0.dev0, 0.13.0.dev0, 0.13.1.dev0, 0.24.0, 0.25.0)
ERROR: No matching distribution found for ml-metadata==

How to Reproduce

Details above.

@uranusjr
Copy link
Member

uranusjr commented Dec 1, 2020

Duplicate to #9139.

@uranusjr uranusjr closed this as completed Dec 1, 2020
@uranusjr uranusjr added the resolution: duplicate Duplicate of an existing issue/PR label Dec 1, 2020
@brainwane
Copy link
Contributor

@RafalSkolasinski Thank you for the bug report!

@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