lollms-webui
lollms-webui copied to clipboard
No module named 'PyQt5'
I installed the 14 version in Windows 11, but when running "lollms.bat", it gives an error No module named 'PyQt5':
I have installed PyQt5 using the pip install PyQt5 command, but still getting the same error...
I tried to search but did not find anything related to PyQt5...
open lollms_cmd then do the pip install.
you likely installed pyqt in your global python but lollms uses its own python instance
Try the updated version. I added a pipmaster inslatt if missing statement just before the import line.