PyTorch is not upgrading in conda environment #3212
Unanswered
mhadnanali
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I am a client user of my research lab server, There is PyTorch 1.3.1 is installed on the server but I want to use 1.8.0 with cuda 10.1.
So when I run the command.
"pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.8.0+cu101.html"
It says that requirements are satisfied, while when I check the version it says "Version 1.3.1"
Why this contradiction ?
I also tried to install it with conda command, but in that way, it don't install Cuda, seems like my only option is pip and it also is not working.
Take a look at the screenshot for all relevant details.
Beta Was this translation helpful? Give feedback.
All reactions