ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu102

So I have CUDA 10.2 installed, and already tried to install torch, but for some reason the version installed is without CUDA support, so it was useless.

According to this list:

I would need the following command to install correct torch version:

CUDA 10.2

pip install torch==1.12.1+cu102 torchvision==0.13.1+cu102 --extra-index-url https://download.pytorch.org/whl/cu102

However I get this error while attempting to do so, indicating that this version isn’t found:

ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu102 (from versions: 1.11.0, 1.12.0, 1.12.
1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0)
ERROR: No matching distribution found for torch==1.12.1+cu102

So what’s the issue here? Where do I get it then?

Searching here:
https://download.pytorch.org/whl/cu102/torch_stable.html
the only 1.12.1 versions listed are for Linux. Windows versions missing.
1.12.1+cu102 is missing