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
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?
The text was updated successfully, but these errors were encountered:
How can I solve this?
The text was updated successfully, but these errors were encountered: