Installation error requirement torch

I’m trying to install PyTorch on my PC and I get this error messages.
(cv) C:\Users\arion>pip3 install torch torchvision torchaudio
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch

My PC:
CPU:AMD Phenom 2 1100T 6 core
Ram:16GB 1600mhz DD3
GPU: Asus ROG GTX1050TI

If you are using Python 3.13 on Windows, downgrade it to 3.12 as 3.13 binaries are not available on Windows yet.

1 Like