I am trying to install pytorch on Windows 10 using the below code
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
But I am getting the below shared error
(base) C:\Users\dalvi>conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
It is causing conflict
Below is the Cudatoolkit version
Name - cudatoolkit
Version - 9.0
Build - 1
Channel - anaconda
Below is the Cudnn version
Name - cudnn
Version - 7.6.0
Build - cuda9.0_0
I am Nvidia GeForce RTX 3050 on my laptop.
Please let me know where am I going wrong.