Why I can't download pytorch

I am trying to download pytorch GPU version but none of them let me download.


How I can solve it?

I don’t know what’s causing your environment to fail finding the wheel, but you can download torchvision==0.14.1+cu116 for Python 3.10 here. Change the 310 tag to 39 for Python 3.9 etc.

I don’t think Python 3.11 is supported by PyTorch 1.13.1 (not sure why the whl for PyTorch is there), so you might try Python3.10 or PyTorch nightly…

Best regards

Thomas

1 Like