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
Hello!
Trying to install locally, hitting the following error: ERROR: Could not find a version that satisfies the requirement torch==1.10.0 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0) ERROR: No matching distribution found for torch==1.10.0
The text was updated successfully, but these errors were encountered:
I just ran into this issue, too. Turns out it has something to do with your python version - higher versions don't work. If you use python=3.8, it works fine.
Hello!
Trying to install locally, hitting the following error:
ERROR: Could not find a version that satisfies the requirement torch==1.10.0 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0) ERROR: No matching distribution found for torch==1.10.0
The text was updated successfully, but these errors were encountered: