[GH-ISSUE #3259] error during manual install: ${USE_OLLAMA_DOCKER,,}: bad substitution #28724

Closed
opened 2026-04-25 03:18:31 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @arielelkin on GitHub (Jun 18, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3259

Trying to install Open WebUI manually following the official instructions

the pip install and bash start.sh commands yield the following errors

Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Loading WEBUI_SECRET_KEY from .webui_secret_key
start.sh: line 23: ${USE_OLLAMA_DOCKER,,}: bad substitution
start.sh: line 25: ${USE_CUDA_DOCKER,,}: bad substitution
start.sh: line 52: exec: uvicorn: not found

I'm on macOS 14.4
python --version
Python 3.12.4
node --version
v22.3.0

Any thoughts?

Originally created by @arielelkin on GitHub (Jun 18, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/3259 Trying to install Open WebUI manually following [the official instructions](https://docs.openwebui.com/getting-started/#build-and-install-%EF%B8%8F) the `pip install` and `bash start.sh` commands yield the following errors ``` Loading WEBUI_SECRET_KEY from file, not provided as an environment variable. Loading WEBUI_SECRET_KEY from .webui_secret_key start.sh: line 23: ${USE_OLLAMA_DOCKER,,}: bad substitution start.sh: line 25: ${USE_CUDA_DOCKER,,}: bad substitution start.sh: line 52: exec: uvicorn: not found ``` I'm on macOS 14.4 python --version Python 3.12.4 node --version v22.3.0 Any thoughts?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#28724