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 'gui' #61

Open
kishore630 opened this issue Aug 21, 2023 · 2 comments
Open

ModuleNotFoundError: No module named 'gui' #61

kishore630 opened this issue Aug 21, 2023 · 2 comments

Comments

@kishore630
Copy link

Whenever I'm executing "python gui/application.py" this command I'm getting the following error :

Traceback (most recent call last):
File "gui/application.py", line 12, in
from gui.pages.utils import create_banner
ModuleNotFoundError: No module named 'gui'

Please help me in resolving this error

@m-Michi
Copy link

m-Michi commented Oct 8, 2023

I have the same problem. Have you solved it? If so, can you help me
Thanks!

@zzkluck
Copy link

zzkluck commented Oct 13, 2023

Note the "Explore LogAI GUI Portal" section of the readme, you need to set PYTHONPATH.

cd logai
......
export PYTHONPATH='.'  # make sure to add current root to PYTHONPATH
python3 gui/application.py # Run local plotly dash server.

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

3 participants