mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-31 14:00:34 -05:00
[GH-ISSUE #7418] Unable to run start.sh script on Linux - error is Typer - module not found (despite being installed and working) #30270
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 @garethcurtis on GitHub (Nov 27, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7418
Installation Method
git clone
Environment
Open WebUI Version: 0.4.6
Ollama (if applicable): 0.4.2
Operating System: Ubuntu 24.04
Browser (if applicable): Not relevant in this case
Expected Behavior:
Open-webui to start from the Terminal
Actual Behavior:
File "/root/open-webui/backend/open_webui/init.py", line 6, in
import typer
ModuleNotFoundError: No module named 'typer'
Description
Bug Summary:
Typer module not found, despite it being installed and usable from a simple .py program
Reproduction Details
Steps to Reproduce:
Here are the steps I've used for my installation:
Logs and Screenshots
Browser Console Logs:
N/A
Docker Container Logs:
N/A
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Additional Information
Terminal output confirming that Typer is installed and I'm running the correct Python version.
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!