lollms-webui
lollms-webui copied to clipboard
No module named 'git'
Expected Behavior
Starting lollms-webui 9.8 . (Win 10)
Current Behavior
error_1
Starting LOLLMS Web UI...
By ParisNeo
Traceback (most recent call last):
File "C:\Lollms\lollms-webui\app.py", line 8, in
error_2
Starting LOLLMS Web UI...
By ParisNeo
Checking ParisNeo libraries installation OK
defusedxml is not installed. Installing..
Collecting defusedxml
Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Installing collected packages: defusedxml
Successfully installed defusedxml-0.7.1 Traceback (most recent call last):
File "C:\Lollms\lollms-webui\app.py", line 53, in
Steps to Reproduce
- (I have a Anaconda for my projects)
- I create C:\Lollms.
- I start C:\Lollms\win_install.bat and see all installation.
- I'm launching C:\Lollms\win_run.bat and saw error - no have git module. error_1
- I add "GitPython" module in my Anaconda Navigator in enviroment "lollms_env"
- I retry launching win_install.bat and saw error - no have psutil module.error_2
- I add "psutil" module in my Anaconda Navigator in enviroment "lollms_env"
- I retry launching win_install.bat and all is starting OK.
Possible Solution
Maybe you make a new script for users Anaconda.
Context
If Anaconda is installed, then maybe it conflicts with Miniconda? I see in my Anaconda Navigator two environment: miniconda3 and lollms_env. It's probably can be problem for Anaconda's environment and Miniconda's environment.