-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
When I try to open the train gui using the command python -m "src.GUI.train_GUI", I get the error message:
Traceback (most recent call last):
File "C:\Users\LeoJu\anaconda3\envs\SUPPORT\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\LeoJu\anaconda3\envs\SUPPORT\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\LeoJu\Projects\SUPPORT_videos\SUPPORT-main\src\GUI\train_GUI.py", line 24, in
import torch
ModuleNotFoundError: No module named 'torch'
I've followed the installation guide completely, so I am would greatly appreciate if someone could help me figure out what is going wrong.
Metadata
Metadata
Assignees
Labels
No labels