Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@harrywu001
Copy link

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

@yadavnikhil03
Copy link

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

@danshuilin
Copy link

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

@danshuilin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants