-
Notifications
You must be signed in to change notification settings - Fork 7k
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.8 compatibility #1780
Comments
From the list of available versions, it seems we stopped supporting @fmassa Should we support |
We still have some build issues with Python 3.8, which haven't been fixed yet, but once they are we will provide packages for those, see #1731 |
This still seems to be an issue on MacOS (10.15.1): Running
I believe that the 3.8.0 binaries should be available on the pytorch channel for all platforms following #1717, is that not so @fmassa? |
@chiragraman thanks for the report, indeed it seems that we are missing OSX builds for Python 3.8. @seemethere could you have a look? From https://anaconda.org/pytorch/torchvision/files we are missing Python 3.8 binaries for OSX |
Taking a look right now |
Issue should now be resolved, closing. |
I've noticed that when
pip install torch torchvision
with Python v3.8, the following is installed: torch v1.4, torchvision v0.2.2.post3.Trying to install v0.5 of torchvision specifically fails for no matching distribution found.
"ERROR: Could not find a version that satisfies the requirement torchvision==0.5 (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)
ERROR: No matching distribution found for torchvision==0.5"
Any reason not to publish Python3.8 compatible build for 0.5?
The text was updated successfully, but these errors were encountered: