oobabooga / text-generation-webui

A Gradio web UI for Large Language Models.
GNU Affero General Public License v3.0
39.61k stars 5.21k forks source link

This script relies on Miniconda which can not be silently installed under a path with spaces. #6219

Open richardstevenhack opened 2 months ago

richardstevenhack commented 2 months ago

Describe the bug

See title. Just trying to run the script to install the project where I want it to be, which happens to have spaces in the directory name.

Seriously? Whatever happened to pipx?

Is there an existing issue for this?

Reproduction

1) Run the start_linux.sh in a directory with spaces in the directory name.

Screenshot

No response

Logs

None

System Info

Operating System: openSUSE Tumbleweed 20240704
KDE Plasma Version: 6.1.2
KDE Frameworks Version: 6.3.0
Qt Version: 6.7.2
Kernel Version: 6.9.7-1-default (64-bit)
Graphics Platform: X11
Processors: 32 × AMD Ryzen 9 5950X 16-Core Processor
Memory: 125.7 GiB of RAM
Graphics Processor: AMD Radeon RX 550 Series
GameKuchen commented 1 month ago

This is not a bug.

Miniconda cannot be installed in a path that contains spaces. To resolve this issue, use underscores instead of spaces in the path name, following naming conventions.

richardstevenhack commented 1 month ago

What "naming conventions?" This is Linux. You use quotes around things with spaces. Seriously?

Not going to waste my time with this thing if it can't even do quoted paths. Not to mention no pipx.