Paytorch installation error

Hello all, :slight_smile:

During installing Paytorch conda install pytorch torchvision cudatoolkit=10.1 -c pytorch it freezing

(base) C:\Windows\system32>conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
Collecting package metadata: done
Solving environment:

How I can fix this issue?

I would recommend to stick to the provided install commands from here (i.e. change the cudatoolkit version to a supported one). Once done, allow conda to solve the environment as it might take some time. Alternatively, create a new conda environment and install PyTorch there, which should be faster.

1 Like

Thank you sir, :slight_smile:
I think this is the problem “CUDA-10.2 PyTorch builds are no longer available for Windows”, Do you think CUDA-11.6 will work well with windows10?

Yes, try to use 11.3 or 11.6 as both should work.