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
pip3 install -r requirements.txt ERROR: Could not find a version that satisfies the requirement torch==2.4.1 (from versions: 2.6.0) ERROR: No matching distribution found for torch==2.4.1
#478
Open
harrywu001 opened this issue
Jan 30, 2025
· 3 comments
pip3 install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement torch==2.4.1 (from versions: 2.6.0)
ERROR: No matching distribution found for torch==2.4.1
我是Mac pro m1
The text was updated successfully, but these errors were encountered:
This indicates that PyTorch version 2.4.1 is not available for your system, but version 2.6.0 is.
Update your requirements.txt file to specify PyTorch version 2.6.0
Collecting torch==2.6.0 (from -r requirements.txt (line 1))
Downloading torch-2.6.0-cp310-cp310-win_amd64.whl.metadata (28 kB)
ERROR: Could not find a version that satisfies the requirement triton==3.0.0 (from versions: none)
ERROR: No matching distribution found for triton==3.0.0
Collecting torch==2.4.1 (from -r requirements.txt (line 1))
Downloading torch-2.4.1-cp310-cp310-win_amd64.whl.metadata (27 kB)
ERROR: Could not find a version that satisfies the requirement triton==3.0.0 (from versions: none)
ERROR: No matching distribution found for triton==3.0.0
pip3 install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement torch==2.4.1 (from versions: 2.6.0)
ERROR: No matching distribution found for torch==2.4.1
我是Mac pro m1
The text was updated successfully, but these errors were encountered: