Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'utils' #3

Open
AppStudioLB opened this issue Sep 17, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'utils' #3

AppStudioLB opened this issue Sep 17, 2024 · 0 comments

Comments

@AppStudioLB
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant