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
(venv) MacBook-Pro stt-0.94 % pip install -r requirements.txt --no-deps
ERROR: Could not find a version that satisfies the requirement torch==2.1.2 (from versions: none)
ERROR: Could not find a version that satisfies the requirement torch==2.1.2 (from versions: none)
ERROR: No matching distribution found for torch==2.1.2
(venv) MacBook-Pro stt-0.94 % python3 start.py
Traceback (most recent call last):
File "/Volumes/Data/stt-0.94/start.py", line 5, in
import torch
ModuleNotFoundError: No module named 'torch'
(venv) MacBook-Pro stt-0.94 %
The text was updated successfully, but these errors were encountered:
(venv) MacBook-Pro stt-0.94 % pip install -r requirements.txt --no-deps
ERROR: Could not find a version that satisfies the requirement torch==2.1.2 (from versions: none)
ERROR: Could not find a version that satisfies the requirement torch==2.1.2 (from versions: none)
ERROR: No matching distribution found for torch==2.1.2
(venv) MacBook-Pro stt-0.94 % python3 start.py
Traceback (most recent call last):
File "/Volumes/Data/stt-0.94/start.py", line 5, in
import torch
ModuleNotFoundError: No module named 'torch'
(venv) MacBook-Pro stt-0.94 %
The text was updated successfully, but these errors were encountered: