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
Hi, i am new to this. Does anyone know how to adapt the requirements.txt to make it able to run in python 3.11?
Looking in links: https://download.pytorch.org/whl/torch_stable.html, https://download.pytorch.org/whl/torch_stable.html
Requirement already satisfied: numpy in /opt/homebrew/lib/python3.11/site-packages (from -r requirements.txt (line 1)) (1.23.5)
ERROR: Could not find a version that satisfies the requirement torch==1.6.0+cu101 (from versions: 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, 2.5.0, 2.5.1)
ERROR: No matching distribution found for torch==1.6.0+cu101
The text was updated successfully, but these errors were encountered:
this here is an issue with the versions you are using, try looking into requirements.txt download each lib/dependencies manually.
The project is becoming outdated
Hi, i am new to this. Does anyone know how to adapt the requirements.txt to make it able to run in python 3.11?
The text was updated successfully, but these errors were encountered: