79700331

Date: 2025-07-14 00:12:32
Score: 2
Natty:
Report link

You grabbed the wrong package—the tiny “pytorch” stub from 2019 is a dead end. Yank it, then run pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu (swap cpu for your CUDA tag) and itll work That python313.dll pop‑up means you’re on the bleeding‑edge Python 3.13, and PyTorch hasn’t built wheels for it yet. start a fresh venv with Python 3.12 and it will install.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bryan C