Pytorch compatibility with cuda 11.8

hi, i am new to pytorch and i am having compatibility issues i tried everything, ran out of options. when i ran this:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
Looking in indexes: https://download.pytorch.org/whl/cu118
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
Python 3.12.0
i tried nightly versions but after 2 hours of continuous run I stopped the process.

Python 3.12 it not supported yet so you would need to downgrade.

1 Like