lollms-webui
lollms-webui copied to clipboard
Minor: Readme or installation might suggest installing the correct tk package in Ubuntu
Not everyone wants to run the installer (webui.sh), and instead will just try the app.py, and the 'pip' requirements, but on Ubuntu you will also have to install the proper tk package, for the python version..
Just filing this for anyone seraching for the error, but I am sure anyone manually running it, will know how to solve.. just in case..
ModuleNotFoundError: No module named 'tkinter
python3 --version
apt-get install python3.10-tk
Good idea. I'll try adding a manual install section to readme. Thank you