ModuleNotFoundError: No module named 'openui.db'
error:
PS C:\Users\alright\Desktop\that is him> python -m openui
Traceback (most recent call last):
File "
how could you fix it?
Hmm, this is odd. You might be able to add openui.db to this list and rebuild but not sure you want to bark up that tree. The other thing to do would be to run the following and see if this works:
pip uninstall openui
cd ./backend
pip install -e .
python -m openui
Let me know if you're still getting the error, seems like it's something funky with your python environment.