lollms-webui icon indicating copy to clipboard operation
lollms-webui copied to clipboard

Minor: Readme or installation might suggest installing the correct tk package in Ubuntu

Open linuxmagic-mp opened this issue 1 year ago • 1 comments

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

linuxmagic-mp avatar Jul 07 '23 17:07 linuxmagic-mp

Good idea. I'll try adding a manual install section to readme. Thank you

ParisNeo avatar Jul 07 '23 22:07 ParisNeo