logai
logai copied to clipboard
ModuleNotFoundError: No module named 'gui'
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
Please help me in resolving this error
I have the same problem. Have you solved it? If so, can you help me Thanks!
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.