-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Cannot pip install torchvision==0.8.0+cu110 #2912
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
Comments
Transferred this issue to |
Currently working on this, will have to issue a |
Thanks for your help. Just wanted to check - would it be ok to install the default torchvision 0.8.0 with torch 1.7.0+cu110? |
Yes you can install with |
This should be resolved now, you can use:
|
@seemethere , has this problem reappeared?? It worked for me in the past, but today, no luck. (I do get a permission denied when I try to go to the download link Context:
Results in:
I also tried from a terminal inside the virtualenv. (Related question, I'm on CUDA 11.1, is that OK/backward compatible?) |
Actually, @pkuppens this is a duplicate of #3046 From @vfdev-5 comment there:
As such, I'm closing as a duplicate. We will be adding Python 3.9 binaries for PyTorch / torchvision soon, and #3041 is a step towards this direction. |
please how to append this to the requirments.txt file? as it always raises (ERROR: Invalid requirement: 'torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio===0.7.2' (from line 12 of E:\requirements.txt) |
@HGamalElDin try something like pip install -r requirements.txt -f https://download.pytorch.org/whl/cu110/torch_stable.html |
thank you, this works for me: |
If the torchvision version has been updated, can the website be updated to reflect these changes please - https://pytorch.org/get-started/previous-versions/#linux-and-windows-9 |
I use
Since it's
|
You can add --find-links https://download.pytorch.org/whl/torch_stable.html in your requirement.txt |
🐛 Bug
Cannot pip install torchvision==0.8.0+cu110
To Reproduce
Steps to reproduce the behavior:
pip install torch==1.7.0+cu110 torchvision==0.8.0+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
Expected behavior
0.8.0+cu110 should be listed in https://download.pytorch.org/whl/torch_stable.html but it's not.
The text was updated successfully, but these errors were encountered: