You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting LOLLMS Web UI...
By ParisNeo
Traceback (most recent call last):
File "C:\Lollms\lollms-webui\app.py", line 8, in
from lollms.utilities import PackageManager
File "c:\lollms\lollms-webui\lollms_core\lollms\utilities.py", line 36, in
import git
ModuleNotFoundError: No module named 'git'
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
import psutil
ModuleNotFoundError: No module named 'psutil'
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.
Screenshots
The text was updated successfully, but these errors were encountered:
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
from lollms.utilities import PackageManager
File "c:\lollms\lollms-webui\lollms_core\lollms\utilities.py", line 36, in
import git
ModuleNotFoundError: No module named 'git'
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
import psutil
ModuleNotFoundError: No module named 'psutil'
Steps to Reproduce
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.
Screenshots
The text was updated successfully, but these errors were encountered: