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

Module not found error #66

Open
TonyCruez opened this issue Nov 6, 2023 · 1 comment
Open

Module not found error #66

TonyCruez opened this issue Nov 6, 2023 · 1 comment

Comments

@TonyCruez
Copy link

TonyCruez commented Nov 6, 2023

Note-------
previously runned this cmd
cd logai-main-> pip install ".[gui]"

$ python gui/application.py
Traceback (most recent call last):
File "D:\logai-main\gui\application.py", line 14, in
from gui.pages.utils import create_banner
ModuleNotFoundError: No module named 'gui'

@AzenoX
Copy link

AzenoX commented Feb 20, 2024

Hello^^
I had the same error, you have to run this command before running your application:
export PYTHONPATH='.'

The path has to be the current path of your app, not python's path :)

Hope it will help you (and others who gets on this page)^^

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

2 participants