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

Python 3.10 wheels #5589

Closed
adamjstewart opened this issue Mar 10, 2022 · 5 comments
Closed

Python 3.10 wheels #5589

adamjstewart opened this issue Mar 10, 2022 · 5 comments

Comments

@adamjstewart
Copy link
Contributor

adamjstewart commented Mar 10, 2022

🚀 The feature

Apologies if this is currently a work in progress, but I noticed that the recent 0.12.0 release has Python 3.10 wheels for ARM Linux but not for x86_64 Linux, macOS, or Windows. Is this something that can be added?

Motivation, pitch

My library depends on torchvision, and I would like to test in on Python 3.10 for all platforms.

Alternatives

No response

Additional context

No response

@adamjstewart adamjstewart changed the title Python 3.10 wheels for macOS/Windows Python 3.10 wheels Mar 10, 2022
@datumbox datumbox added this to Needs Triage in PyTorch Dev Infra Backlog via automation Mar 10, 2022
@malfet
Copy link
Contributor

malfet commented Mar 10, 2022

There was a small mishap, we have binaries on download.pytorch.org/whl/cpu/torchvision, but our script forgot to promote those, updating

@malfet malfet added the bug label Mar 10, 2022
@seemethere
Copy link
Member

Yup, appears as though this was an oversight in our original scripts for promoting binaries to pypi. These have been available on download.pytorch.org since this morning and should now be available on pypi as well.

❯ docker run --rm -it python:3.10 pip install torchvision==0.12.0
Collecting torchvision==0.12.0
  Downloading torchvision-0.12.0-cp310-cp310-manylinux1_x86_64.whl (21.0 MB)
     |████████████████████████████████| 21.0 MB 2.4 MB/s 

@seemethere seemethere self-assigned this Mar 10, 2022
@seemethere seemethere moved this from Needs Triage to Done in PyTorch Dev Infra Backlog Mar 10, 2022
@datumbox
Copy link
Contributor

Thanks for the ultra fast response, sounds good. :)

@malfet
Copy link
Contributor

malfet commented Mar 11, 2022

Should we close it? @adamjstewart can you please check if it works?

@adamjstewart
Copy link
Contributor Author

Thank you!

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

No branches or pull requests

4 participants