mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-18 10:48:00 -05:00
[GH-ISSUE #19737] issue: open_webui.utils.plugin:install_frontmatter_requirements:283 - No requirements found in frontmatter #73579
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 @CodebyCopilot on GitHub (Dec 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19737
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.41
Ollama Version (if applicable)
No response
Operating System
Ubuntu20.04.6 LTS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
cannot running.
Actual Behavior
cannot running.
Steps to Reproduce
Python3.12
CUDA12.4
Logs & Screenshots
root@VM-0-5-ubuntu:~# open-webui serve
Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Loading WEBUI_SECRET_KEY from /root/.webui_secret_key
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] VECTOR_DB: chroma
INFO [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2
WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests.
██████╗ ██████╗ ███████╗███╗ ██╗ ██╗ ██╗███████╗██████╗ ██╗ ██╗██╗
██╔═══██╗██╔══██╗██╔════╝████╗ ██║ ██║ ██║██╔════╝██╔══██╗██║ ██║██║
██║ ██║██████╔╝█████╗ ██╔██╗ ██║ ██║ █╗ ██║█████╗ ██████╔╝██║ ██║██║
██║ ██║██╔═══╝ ██╔══╝ █���║╚██╗██║ ██║███╗██║██╔══╝ ██╔══██╗██║ ██║██║
╚██████╔╝██║ ███████╗██║ ╚████║ ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║
╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝
v0.6.41 - building the best AI user interface.
https://github.com/open-webui/open-webui
Fetching 30 files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 30/30 [00:00<00:00, 154961.97it/s]
INFO: Started server process [23701]
INFO: Waiting for application startup.
2025-12-04 07:16:18.815 | INFO | open_webui.utils.logger:start_logger:162 - GLOBAL_LOG_LEVEL: INFO
2025-12-04 07:16:18.816 | INFO | open_webui.main:lifespan:579 - Installing external dependencies of functions and tools...
2025-12-04 07:16:18.827 | INFO | open_webui.utils.plugin:install_frontmatter_requirements:283 - No requirements found in frontmatter.
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 4, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#15752 issue: local installation sstuck at | INFO | open_webui.utils.plugin:install_frontmatter_requirements:241 - No requirements found in frontmatter. - {}
by kuntal-c • Jul 15, 2025 •
bug#18974 issue: hanging on front matter requirements after update
by DuckyBlender • Nov 06, 2025 •
bug#14873 issue: ERROR: No matching distribution found for open-webui
by pleabargain • Jun 11, 2025 •
bug#14767 issue:
by TheMoye • Jun 07, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bugShow 5 more related issues
#19211 issue:
by Byrnes9 • Nov 16, 2025 •
bug#15855 issue:
by richtong • Jul 19, 2025 •
bug#16444 issue: bug with pip install open-webui
by sahara12352 • Aug 10, 2025 •
bug#16190 issue: stuck installing
by ShellieKoala • Jul 31, 2025 •
bug#16066 issue: Fails to pip install
by SolshineCode • Jul 27, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@silentoplayz commented on GitHub (Dec 4, 2025):
There's no issue here. That's informational logging and not an error.
@CodebyCopilot commented on GitHub (Dec 4, 2025):
Oh, sorry, this isn't an error. It's stuck here because no new logs are being generated. The reason I mistook it for an error is that the firewall was blocking port 8080, preventing me from accessing it. Everything is working fine now.