Skip to content

ModuleNotFoundError: No module named 'torch' #23

@LeoJuh

Description

@LeoJuh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions