oobabooga / one-click-installers

Simplified installers for oobabooga/text-generation-webui.
GNU Affero General Public License v3.0
550 stars 186 forks source link

"Conda is not installed" #58

Closed Jordunnn closed 1 year ago

Jordunnn commented 1 year ago

Everytime ive tried to run the one click installer, tells me "Conda is not installed" When it very much is. Ive uninstalled and reinstalled conda, I've deleted the files and redownloaded and installed everything. Still the same "Conda is not installed" Even though I've even downloaded and ran the OB UI through co

Screenshot_1

nda itself.

xNul commented 1 year ago

@Jordunnn that error happens when the Python script tries to use the conda binary and the binary is unable to be found/used in the current environment.

In the VSCode Terminal, try to use the conda command and see what output you get. If you can't use the conda command, then you need to activate the conda base environment from within the VSCode Terminal, create a new environment with python=3.10, and activate that environment before trying to use the webui.py script. If you have already gotten everything working outside of VSCode, then there should already be an environment made for you which you can just activate, then use the webui.py script.

Also, I've never run it with PowerShell before. Maybe running it via VSCode Command Prompt Terminal would help?

github-actions[bot] commented 1 year ago

This issue has been closed due to inactivity for 30 days. If you believe it is still relevant, please leave a comment below.