Error after running update_script.py
Expected Behavior
Should work after update
Current Behavior
Traceback (most recent call last):
File "D:\AItools\lollms-webui\app.py", line 49, in
Steps to Reproduce
Please provide detailed steps to reproduce the issue.
- Install version 4 with conda
- Run: python update_script.py
- Now you have the error
Thanks for this information. The thing is the update_script.py lucked the --upgrade in the pip install -r requirements so the lollms library you have was not upgraded while the lollms webui was so you got a webui that is no more compatible with the library and that's why you have this error.
do a pull and rerun the script, it should work.