Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

ModuleNotFoundError: No module named 'utils' #3

@AppStudioLB

Description

@AppStudioLB
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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions