YASGU icon indicating copy to clipboard operation
YASGU copied to clipboard

ModuleNotFoundError: No module named 'utils'

Open AppStudioLB opened this issue 1 year ago • 0 comments

PS F:\AIProject\YASGU-0.1> python main.py
Traceback (most recent call last):
  File "F:\AIProject\YASGU-0.1\main.py", line 1, in <module>
    from src.classes.generator import Generator
  File "F:\AIProject\YASGU-0.1\src\classes\generator.py", line 15, in <module>
    from src.utils.web_browser import init_browser, upload_video
  File "F:\AIProject\YASGU-0.1\src\utils\web_browser.py", line 9, in <module>
    from utils.config import *
ModuleNotFoundError: No module named 'utils'

How can I solve this?

AppStudioLB avatar Sep 17 '24 14:09 AppStudioLB