You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip3 install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.htmlLooking in links: https://download.pytorch.org/whl/torch_stable.htmlERROR: Could not find a version that satisfies the requirement torch==1.7.0+cu110 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)ERROR: No matching distribution found for torch==1.7.0+cu110
To Reproduce
Steps to reproduce the behavior:
Use the following command
Yes we are looking into it. There is already a PR #3041 that adds Python 3.9 on the CI. I don't have a concrete date yet, but it's something we will support on the future. You can be notified if you subscribe to the aforementioned PR.
🐛 Bug
Install Pytorch stable failed
To Reproduce
Steps to reproduce the behavior:
Use the following command
1. pip3 install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
After browsing through https://download.pytorch.org/whl/torch_stable.html, I wonder the issue is related to Python 3.9.
The tested environment is:
Python : 3.9
Cuda 11.1
Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: