Open aeravel opened 1 week ago
Do you set requirements inside the runtime environments?
Do you set requirements inside the runtime environments?
I don’t quite understand what you’re talking about.
WebUI operates in an isolated conda environment, separate from your system's main Python environment.
To install the required dependencies, follow these steps:
installer_files\conda\condabin\conda.bat activate installer_files\env
pip install -r <requirements.txt> --upgrade
This will allow you to correctly configure the WebUI environment. (Note: If you do not activate the conda environment, the dependencies will be installed in your main Python environment, which does not interact with the conda environment.)
You can also use the 'update_wizard' script to automatically install all requirements, as the warning says.
Edit: For an environment installed via auto-install, the conda activate textgen
command will not work.
Describe the bug
When installing Silero and Whisper it gives errors
Is there an existing issue for this?
Reproduction
Screenshot
No response
Logs
System Info