[GH-ISSUE #19737] issue: open_webui.utils.plugin:install_frontmatter_requirements:283 - No requirements found in frontmatter #89715

Closed
opened 2026-05-15 14:41:14 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @CodebyCopilot on GitHub (Dec 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19737

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
  • I am using the latest version of Open WebUI.

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

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

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

Originally created by @CodebyCopilot on GitHub (Dec 4, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/19737 ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!). - [x] I am using the latest version of Open WebUI. ### 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 - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### 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_
GiteaMirror added the bug label 2026-05-15 14:41:14 -05:00
Author
Owner

@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:

  1. #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

  2. #18974 issue: hanging on front matter requirements after update
    by DuckyBlender • Nov 06, 2025 • bug

  3. #14873 issue: ERROR: No matching distribution found for open-webui
    by pleabargain • Jun 11, 2025 • bug

  4. #14767 issue:
    by TheMoye • Jun 07, 2025 • bug

  5. #19563 issue:
    by naruto7g • Nov 28, 2025 • bug

Show 5 more related issues
  1. #19211 issue:
    by Byrnes9 • Nov 16, 2025 • bug

  2. #15855 issue:
    by richtong • Jul 19, 2025 • bug

  3. #16444 issue: bug with pip install open-webui
    by sahara12352 • Aug 10, 2025 • bug

  4. #16190 issue: stuck installing
    by ShellieKoala • Jul 31, 2025 • bug

  5. #16066 issue: Fails to pip install
    by SolshineCode • Jul 27, 2025 • bug


💡 Tips:

  • If this is a duplicate, please consider closing this issue and adding any additional details to the existing one
  • If you found a solution in any of these issues, please share it here to help others

This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.

<!-- gh-comment-id:3610643965 --> @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: 1. [#15752](https://github.com/open-webui/open-webui/issues/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`* 2. [#18974](https://github.com/open-webui/open-webui/issues/18974) **issue: hanging on front matter requirements after update** *by DuckyBlender • Nov 06, 2025 • `bug`* 3. [#14873](https://github.com/open-webui/open-webui/issues/14873) **issue: ERROR: No matching distribution found for open-webui** *by pleabargain • Jun 11, 2025 • `bug`* 4. [#14767](https://github.com/open-webui/open-webui/issues/14767) **issue:** *by TheMoye • Jun 07, 2025 • `bug`* 5. [#19563](https://github.com/open-webui/open-webui/issues/19563) **issue:** *by naruto7g • Nov 28, 2025 • `bug`* <details> <summary>Show 5 more related issues</summary> 6. [#19211](https://github.com/open-webui/open-webui/issues/19211) **issue:** *by Byrnes9 • Nov 16, 2025 • `bug`* 7. [#15855](https://github.com/open-webui/open-webui/issues/15855) **issue:** *by richtong • Jul 19, 2025 • `bug`* 8. [#16444](https://github.com/open-webui/open-webui/issues/16444) **issue: bug with pip install open-webui** *by sahara12352 • Aug 10, 2025 • `bug`* 9. [#16190](https://github.com/open-webui/open-webui/issues/16190) **issue: stuck installing** *by ShellieKoala • Jul 31, 2025 • `bug`* 10. [#16066](https://github.com/open-webui/open-webui/issues/16066) **issue: Fails to pip install** *by SolshineCode • Jul 27, 2025 • `bug`* </details> --- 💡 **Tips:** - If this is a duplicate, please consider closing this issue and adding any additional details to the existing one - If you found a solution in any of these issues, please share it here to help others *This comment was generated automatically by a bot.* Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
Author
Owner

@silentoplayz commented on GitHub (Dec 4, 2025):

There's no issue here. That's informational logging and not an error.

<!-- gh-comment-id:3610678316 --> @silentoplayz commented on GitHub (Dec 4, 2025): There's no issue here. That's informational logging and not an error.
Author
Owner

@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.

<!-- gh-comment-id:3610687820 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#89715