Oobabooga text-gen-webui installation not possible due to conda issues
I tried to install oobabogga by running start_linux.sh (my os: ubuntu 22.04). But I faced the following error: start_linux.sh: 3: Bad substitution start_linux.sh: 5: [[: not found start_linux.sh: 30: [: T: unexpected operator start_linux.sh: 26: /home/Downloads/text-generation-webui/installer_files/conda/bin/conda: not found start_linux.sh: 46: /home/Downloads/text-generation-webui/installer_files/conda/bin/conda: not found Conda environment is empty.
I tried to install anaconda3 manually but it did not help
Is it just me or do someone have this issue as well?
I have same issue and still looking for the answer. i will update when I find out bro.
Unless u have answer u update :D
i strongly recommend in all cases with anything ai related, just run the docker and save yourself the pain and suffering.
otherwise you could try removing the entire directory,
rm -r /home/Downloads/text-generation-webui
then pulling it again
git clone https://github.com/oobabooga/text-generation-webui/
then reinstalling the whole situation
pip install -e .
bash start_linux.sh
I have the same issue. I am running in a fresh podman environment.
This issue has been closed due to inactivity for 2 months. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.