[bug] PyTorch CUDA wheels not available for Python 3.14
Author: Tiwate2026Created May 26, 2026Updated Jul 5, 2026
Labelsbug
Title: PyTorch CUDA wheels not available for Python 3.14
Body: Environment:
- Python: 3.14.3
- OS: Windows 11
- GPU: NVIDIA T1000
- CUDA Driver: 12.0 (Driver 528.49)
Issue: The requirements.txt installs a CPU-only version of PyTorch on Python 3.14. When trying to install CUDA-enabled wheels via: pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
All return: ERROR: No matching distribution found for torch
Suggestion:
- Add a note in the README or requirements.txt that Python 3.11/3.12 is recommended for GPU support until PyTorch ships Python 3.14 CUDA wheels.
Source: rohitg00/ai-engineering-from-scratch