mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
issue: ModuleNotFoundError: No module named 'pydub' #1206
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 @S1M0N38 on GitHub (Jun 11, 2024).
Bug Report
ModuleNotFoundError: No module named 'pydub' when running
open-webui serveDescription
I have installed the latest version of open-webui using pip (inside a python virtual env create by
venv)When running
I get
Version
@gsm1258 commented on GitHub (Jun 12, 2024):
pip install pydub
@silentoplayz commented on GitHub (Jun 12, 2024):
Should be fixed on dev branch! https://github.com/open-webui/open-webui/compare/main...dev
@walbercardoso commented on GitHub (Oct 29, 2024):
Same here