mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-09 13:28:46 -05:00
[GH-ISSUE #11622] issue: unknown command "open-webui" while opening web ui #16299
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 @Rion-beta-development on GitHub (Mar 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11622
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
latest
Ollama Version (if applicable)
No response
Operating System
windows 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
C:\Users\Rion Dey>pip open-webui serve
ERROR: unknown command "open-webui"
I am getting this error when I am trying to start webui
Actual Behavior
please help me
Steps to Reproduce
pip open-webui serve
Logs & Screenshots
C:\Users\Rion Dey>pip open-webui serve
ERROR: unknown command "open-webui"
Additional Information
No response
@AxFrancois commented on GitHub (Mar 13, 2025):
Copy-pasted from the doc
Using Virtual Environments
Create isolated Python environments using venv.
Steps
Create a Virtual Environment:
python3 -m venv venvActivate the Virtual Environment:
On Linux/macOS:
source venv/bin/activateOn Windows:
venv\Scripts\activateInstall Open WebUI:
pip install open-webuiStart the Server:
open-webui serveYou need to first create a venv, then activate it and then start the server with previous commands.
Hope that helps :)
@yossifibrahem commented on GitHub (Mar 13, 2025):
Create a virtual environment and activate it before using the command
open-webui serve