ParisNeo / lollms-webui

Lord of Large Language Models Web User Interface
https://parisneo.github.io/lollms-webui/
Apache License 2.0
4.11k stars 522 forks source link

from lollms.com import NotificationType, NotificationDisplayType ModuleNotFoundError: No module named 'lollms' #466

Open Fuckingnameless opened 7 months ago

Fuckingnameless commented 7 months ago

Expected Behavior

running the app

Current Behavior

from lollms.com import NotificationType, NotificationDisplayType

ModuleNotFoundError: No module named 'lollms'

Steps to Reproduce

run the linux install script python app.py

Context

doesn´t work when installing via cloning the repo either

ParisNeo commented 7 months ago

Ah, if you install using the script this should work. Here you have clearely not installed lollms. The script is supposed to install lollms when it is run. There is a difference between lollms and lollms-webui. When you install the webui, it installs lollms. So here something must have gone wrong. Try to follow this video if you want: https://youtu.be/IKQl7gWzXgM