PyTorch Installation - Error - " Could Not Find Version "

im using pip version 21.3.1 ,

When i enter the commands from the website to install PyTorch, it states Error below,

Error: Could not find a version that satisfies the requirement torch==1.10.2+cu113 (from versions: none)
Error: No matching distribution found for torch==1.10.2+cu113

What is wrong, how do i correct this ?

Also, can someone confirm that you can install PyTorch with 32 bit ? i assume this is fine with python pip, but i notice on the website it says with anaconda it must be 64 bit.

No, I don’t think that’s possible and you would need to install a Python 64bit version between 3.6 and 3.9. I don’t know if Python 3.10 is fully supported already, but the binaries are at least not built for it in the latest stable release.

Thanks for your response,

If that’s true for the 32 bit with pip, it needs to be stated on the website, it is not there. it is only stated there for the anaconda.

Thanks for pointing this out! Would you be interested in submitting a fix for this? :slight_smile: