Pytorch won't install on Windows 11

384 views Asked by At

I need Pytorch for LLAMA AI, but Pytorch won't install. I'm currently getting this error when I try to install Pytorch 2.1.0 on windows 11 CPU with pip for Python. ERROR: Could not find a version that satisfies the requirement torch (From versions: None) ERROR: No matching distribution found for torch. I've already tried conda package. I'm on the latest version of Python, but I've also tried downgrading.

I've tried downgrading Python, installing other software, and more.

1

There are 1 answers

1
joe hoeller On
pip3 install torch torchvision torchaudio