-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Installing torch 1.7.1 installs torchvision 0.2.2 instead of 0.8.2 #3414
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
Labels
Comments
This usually happens if you are on a machine that we do not provide binaries for. See #2622 for more details. |
@christian-cahig thanks for reporting. I could not repro that on a windows machine logs
If you already installed cudatoolkit or other versions of pytorch, try to remove everything such that your env is clean. If it does not work, try to use pip
HTH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🐛 Bug
When I install
torch
viaconda
(as instructed here),torchvision 0.2.2
is installed instead oftorchvision 0.8.2
.To Reproduce
I ran the following command:
Expected behavior
From this table of corresponding versions of
torch
andtorchvision
, I assumed that installingtorch 1.7.1
will installtorchvision 0.8.2
.Environment
conda
,pip
, source):conda
cc @peterjc123 @nbcsm @guyang3532 @maxluk @gunandrose4u @smartcat2010 @mszhanyi
The text was updated successfully, but these errors were encountered: