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

No module named 'PyQt5'

Open kserge1t opened this issue 8 months ago • 2 comments

I installed the 14 version in Windows 11, but when running "lollms.bat", it gives an error No module named 'PyQt5': Image

I have installed PyQt5 using the pip install PyQt5 command, but still getting the same error... Image

I tried to search but did not find anything related to PyQt5...

kserge1t avatar Apr 29 '25 04:04 kserge1t

open lollms_cmd then do the pip install.

you likely installed pyqt in your global python but lollms uses its own python instance

ParisNeo avatar May 01 '25 18:05 ParisNeo

Try the updated version. I added a pipmaster inslatt if missing statement just before the import line.

ParisNeo avatar May 02 '25 06:05 ParisNeo