logai
logai copied to clipboard
Module not found error
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
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)^^