[GH-ISSUE #11622] issue: unknown command "open-webui" while opening web ui #16299

Closed
opened 2026-04-19 22:15:51 -05:00 by GiteaMirror · 2 comments
Owner

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

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Pip Install

Open WebUI Version

latest

Ollama Version (if applicable)

No response

Operating System

windows 11

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 listed steps to reproduce the bug in detail.

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

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 - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Pip Install ### Open WebUI Version latest ### Ollama Version (if applicable) _No response_ ### Operating System windows 11 ### 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 listed steps to reproduce the bug in detail. ### 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_
GiteaMirror added the bug label 2026-04-19 22:15:51 -05:00
Author
Owner

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

Activate the Virtual Environment:

  • On Linux/macOS:
    source venv/bin/activate

  • On Windows:
    venv\Scripts\activate

Install Open WebUI:
pip install open-webui

Start the Server:
open-webui serve

You need to first create a venv, then activate it and then start the server with previous commands.
Hope that helps :)

<!-- gh-comment-id:2720359574 --> @AxFrancois commented on GitHub (Mar 13, 2025): Copy-pasted from the [doc ](https://docs.openwebui.com/getting-started/quick-start) Using Virtual Environments Create isolated Python environments using venv. Steps Create a Virtual Environment: `python3 -m venv venv` Activate the Virtual Environment: - On Linux/macOS: `source venv/bin/activate` - On Windows: `venv\Scripts\activate` Install Open WebUI: `pip install open-webui` Start the Server: `open-webui serve` You need to first create a venv, then activate it and then start the server with previous commands. Hope that helps :)
Author
Owner

@yossifibrahem commented on GitHub (Mar 13, 2025):

Create a virtual environment and activate it before using the command open-webui serve

<!-- gh-comment-id:2720360030 --> @yossifibrahem commented on GitHub (Mar 13, 2025): Create a virtual environment and activate it before using the command ``open-webui serve``
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#16299