mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #13959] issue:Stuck at startup on new venv pip installation #32617
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eshwar-parthiban on GitHub (May 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13959
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.9
Ollama Version (if applicable)
0.70
Operating System
macOS15.5
Browser (if applicable)
NA
Confirmation
README.md.Expected Behavior
Openwebui should have started up .
Actual Behavior
openweb ui stuck in Waiting for application startup.
Steps to Reproduce
run open-webui serve
Logs & Screenshots
\Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Loading WEBUI_SECRET_KEY from /Users/xxx/open-webui/.webui_secret_key
/Users/xxx/open-webui/venv/lib/python3.12/site-packages/open_webui
/Users/xxx/open-webui/venv/lib/python3.12/site-packages
/Users/xxx/open-webui/venv/lib/python3.12
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
WARNI [open_webui.env]
WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS.
INFO [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2
/Users/xxx/open-webui/venv/lib/python3.12/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests.
██████╗ ██████╗ ███████╗███╗ ██╗ ██╗ ██╗███████╗██████╗ ██╗ ██╗██╗
██╔═══██╗██╔══██╗██╔════╝████╗ ██║ ██║ ██║██╔════╝██╔══██╗██║ ██║██║
██║ ██║██████╔╝█████╗ ██╔██╗ ██║ ██║ █╗ ██║█████╗ ██████╔╝██║ ██║██║
██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║ ██║███╗██║██╔══╝ ██╔══██╗██║ ██║██║
╚██████╔╝██║ ███████╗██║ ╚████║ ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║
╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝
v0.6.9 - building the best AI user interface.
https://github.com/open-webui/open-webui
Fetching 30 files: 100%|███████████████████████████████████████████████████████████████████████| 30/30 [00:00<00:00, 157878.44it/s]
INFO: Started server process [5618]
INFO: Waiting for application startup.
2025-05-16 13:26:30.389 | INFO | open_webui.utils.logger:start_logger:140 - GLOBAL_LOG_LEVEL: INFO - {}
2025-05-16 13:26:30.389 | INFO | open_webui.main:lifespan:464 - Installing external dependencies of functions and tools... - {}
2025-05-16 13:26:30.395 | INFO | open_webui.utils.plugin:install_frontmatter_requirements:185 - No requirements found in frontmatter. - {}
Additional Information
this installation is on a Venv. I previously had a raw pip installation of 0.5.4 which I uninstalled