Skip to content

[bug] PyTorch CUDA wheels not available for Python 3.14 #192

Description

@Tiwate2026

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions