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
Unable to get the dependencies install with pip install -r requirements.txt
Requirement already satisfied: pip>=9.0.1 in /Users/utkarsh/.pyenv/versions/3.8.10/lib/python3.8/site-packages (from -r requirements.txt (line 2)) (24.2)
ERROR: Could not find a version that satisfies the requirement torch==0.4.1 (from versions: 1.9.0, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1)
ERROR: No matching distribution found for torch==0.4.1
Should I consider degrading Python to 3.7 or use a newer version of torch?
The text was updated successfully, but these errors were encountered:
Unable to get the dependencies install with pip install -r requirements.txt
Should I consider degrading Python to 3.7 or use a newer version of torch?
The text was updated successfully, but these errors were encountered: