Can't install latest pytorch version with pip

Hey

I’m trying to install the latest pytorch version using pip.

I am running the following command as described on the pytorch webpage:

pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio===0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html

However, I get the following error:

ERROR: Could not find a version that satisfies the requirement torch==1.10.0+cu113 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch==1.10.0+cu113

Is this a problem on my end or something with the latest relase?

I am using Python 3.10 with pip 21.3.1 on Windows 10

I fixed the issue by downgrading to python version 3.9.7. I guess pytorch isn’t upgraded for 3.10 yet