ParisNeo / lollms-webui

Lord of Large Language Models Web User Interface
https://lollms.com
Apache License 2.0
4.27k stars 537 forks source link

Miniconda install failed #561

Closed profucius closed 2 weeks ago

profucius commented 3 weeks ago

I am trying to install lollms in Windows 11. I ran your installer exe and it failed. I also tried the win_install.bat file and this is what it does:

It downloads and spends some time attempting to install miniconda. Then it says

Installing Miniconda To "D:\lollms\installer_files\miniconda3"
Please Wait...
Miniconda install failed.
Installation complete.

And then nothing else happens.

I have tried installing to a root-level folder on the C: drive and the D: drive, both fail.

Is there a log I can look at to explain why it's failing?

profucius commented 2 weeks ago

I just resolved this issue myself. Turns out it was a folder permission issue with the .conda folder inside the userprofile folder. LOLLMS installed fine after resolving this.