mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #20141] issue: [all] extras has conflicting pymilvus==2.6.4 AND ==2.6.5 pins #19098
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 @ProfessorCyberRIsk on GitHub (Dec 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20141
Check Existing Issues
Installation Method
Other
Open WebUI Version
0.6.43
Ollama Version (if applicable)
No response
Operating System
debian 13
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
using UV with the open-webui[all]@latest serve should update openweb to the most current available version
Actual Behavior
using the tag above fails with :
Started openwebui.service - Open WebUI Service.
× No solution found when resolving tool dependencies:
╰─▶ Because open-webui[all]==0.6.43 depends on pymilvus==2.6.4 and
pymilvus==2.6.5, we can conclude that open-webui[all]==0.6.43 cannot
be used.
Steps to Reproduce
Open WebUI Installation with uv on LXC (PostgreSQL Support + Systemd Service)
Prerequisites
DATABASE_URLconfigured)Step 1: Install uv
Verify installation:
Step 2: Create Data Directory and .env File
Create
/root/.open-webui/.env:PostgreSQL Setup (run on your DB server):
Step 3: Test Manual Installation
Verify Open WebUI works at
http://your-lxc-ip:8080Step 4: Create Systemd Service
Create
/etc/systemd/system/openwebui.service:Step 5: Enable and Start Service
Step 6: Verify Service
Expected output:
Active: active (running)Logs & Screenshots
Dec 22 10:35:38 openwebui systemd[1]: Started openwebui.service - Open WebUI Service.
Dec 22 10:35:38 openwebui uvx[1338]: × No solution found when resolving tool dependencies:
Dec 22 10:35:38 openwebui uvx[1338]: ╰─▶ Because open-webui[all]==0.6.43 depends on pymilvus==2.6.4 and
Dec 22 10:35:38 openwebui uvx[1338]: pymilvus==2.6.5, we can conclude that open-webui[all]==0.6.43 cannot
Dec 22 10:35:38 openwebui uvx[1338]: be used.
Dec 22 10:35:38 openwebui uvx[1338]: And because only the following versions of open-webui[all] are
Dec 22 10:35:38 openwebui uvx[1338]: available:
Dec 22 10:35:38 openwebui uvx[1338]: open-webui[all]==0.6.41
Dec 22 10:35:38 openwebui uvx[1338]: open-webui[all]==0.6.42
Dec 22 10:35:38 openwebui uvx[1338]: open-webui[all]==0.6.43
Dec 22 10:35:38 openwebui uvx[1338]: we can conclude that all versions of open-webui[all] depend on
Dec 22 10:35:38 openwebui uvx[1338]: open-webui<=0.6.42.
Dec 22 10:35:38 openwebui uvx[1338]: And because you require open-webui[all] and open-webui==0.6.43, we can
Dec 22 10:35:38 openwebui uvx[1338]: conclude that your requirements are unsatisfiable.
Dec 22 10:35:38 openwebui uvx[1338]: hint: Pre-releases are available for
open-webuiin the requestedDec 22 10:35:38 openwebui uvx[1338]: range (e.g., 0.6.26.dev1), but pre-releases weren't enabled (try:
Dec 22 10:35:38 openwebui uvx[1338]:
--prerelease=allow)Dec 22 10:35:38 openwebui systemd[1]: openwebui.service: Main process exited, code=exited, status=1/FAILURE
Dec 22 10:35:38 openwebui systemd[1]: openwebui.service: Failed with result 'exit-code'.
Dec 22 10:35:38 openwebui systemd[1]: openwebui.service: Consumed 177ms CPU time, 135.9M memory peak.
Dec 22 10:35:39 openwebui systemd[1]: openwebui.service: Scheduled restart job, restart counter is at 5.
Dec 22 10:35:39 openwebui systemd[1]: openwebui.service: Start request repeated too quickly.
Dec 22 10:35:39 openwebui systemd[1]: openwebui.service: Failed with result 'exit-code'.
Dec 22 10:35:39 openwebui systemd[1]: Failed to start openwebui.service - Open WebUI Service.
Additional Information
FIX THIS in the pyproject.toml
pyproject.toml lines 153, 155:
pymilvus==2.6.4
pymilvus==2.6.5
Remove one
@owui-terminator[bot] commented on GitHub (Dec 23, 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:
#20128 issue: Characters are broken in 0.6.43
by frenzybiscuit • Dec 22, 2025 •
bug#20107 issue:
by mengdeer589 • Dec 22, 2025 •
bug#20046 issue:
by pierrelouisbescond • Dec 19, 2025 •
bug#19861 issue:
by QuitHub • Dec 10, 2025 •
bug#19877 issue:
by dotmobo • Dec 11, 2025 •
bugShow 5 more related issues
#19864 issue:
by Haervwe • Dec 10, 2025 •
bug#20092 issue:
by VideoRyan • Dec 22, 2025 •
bug#20019 issue:
by j63440490 • Dec 17, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#19211 issue:
by Byrnes9 • Nov 16, 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.
@tjbck commented on GitHub (Dec 26, 2025):
Addressed in dev.