Skip to content

Source packages not published to PyPI #2359

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

Open
frankier opened this issue Jun 28, 2020 · 3 comments
Open

Source packages not published to PyPI #2359

frankier opened this issue Jun 28, 2020 · 3 comments
Assignees

Comments

@frankier
Copy link

🐛 Bug

To Reproduce

Steps to reproduce the behavior:

  1. Use Python 3.9
  2. pip install torchvision==0.6.0

ERROR: Could not find a version that satisfies the requirement torchvision==0.6.0 ... (from versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3)

Expected behavior

It installs correctly.

Additional context

Because source packages are not being uploaded to PyPI, pip will go back in history until it finds a version with a source package. The solution is to uploaded source packages for all versions (and Python 3.9 wheels --- when it is released).

@fmassa
Copy link
Member

fmassa commented Jun 29, 2020

Thanks for the report!

@seemethere could you look into this for the 0.7.0 release?

@kirawi
Copy link

kirawi commented Dec 16, 2020

Same thing for me from at least 3.8.3 -> 3.9. I've just given up at this point.

@Olegt0rr
Copy link

Olegt0rr commented Feb 11, 2021

The same

pip install torchvision==0.8.2
No matching distribution found for torchvision==0.8.2
pip install torchvision
Successfully installed torchvision-0.2.2.post3

@seemethere, please fix it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants