logai icon indicating copy to clipboard operation
logai copied to clipboard

Module not found error

Open TonyCruez opened this issue 1 year ago • 1 comments

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'

TonyCruez avatar Nov 06 '23 09:11 TonyCruez

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)^^

AzenoX avatar Feb 20 '24 09:02 AzenoX