mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #12858] issue: "No module named pip" when installed via uv tool or uvx
#16734
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 @offbyone on GitHub (Apr 14, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12858
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.6.5
Ollama Version (if applicable)
No response
Operating System
macOS Sonoma
Browser (if applicable)
Chrome latest
Confirmation
README.md.Expected Behavior
Installing a function that imports pydantic should install
Actual Behavior
I get an error in the UI:
The terminal process running open-webui explains this a bit more:
Steps to Reproduce
uv tool install:uv tool install -p python3.11 --with pydantic open-webui/Users/offbyone/.local/bin/open-webui serve --port 44080In order to narrow it down, I also ran the same process using the
uvxinstallation process:install.log
Logs & Screenshots
console.log
Additional Information
No response
@y4shg commented on GitHub (Apr 16, 2025):
You have pip right? Try checking if you have it installed.
@offbyone commented on GitHub (Apr 16, 2025):
the virtualenvs created by
uvdo not have pip@gaby commented on GitHub (Apr 19, 2025):
@offbyone This is a uv issue, not OpenWebUI