You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\WINDOWS\system32>py -3 -m pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 --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==2.2.2 (from versions: none)
ERROR: No matching distribution found for torch==2.2.2
The text was updated successfully, but these errors were encountered:
Hi there, the most likely cause is that your python version is too old. You need exactly python 3.11 for this project. For more details, please refer to the pytorch documentation, thanks!
C:\WINDOWS\system32>py -3 -m pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 --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==2.2.2 (from versions: none)
ERROR: No matching distribution found for torch==2.2.2
The text was updated successfully, but these errors were encountered: