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
{{ message }}
This repository was archived by the owner on Jun 27, 2025. It is now read-only.
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'