Having problems Installing PyTorch

I am tryinbg to install PyTorch on my new windows 11 machines with python 3.13 installed. I have an NVIDIA GPU version CUDA 2.15. I am unable to install. The error I receive is for simple “pip install torch” as well as for
“pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu125” is:

Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch

PyTorch binaries for Windows do not support Python 3.13 yet as described in this post.

1 Like