mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #6779] Problem with backend start #53147
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 @walbercardoso on GitHub (Nov 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6779
Bug Report
File "/Users/walbercardoso/Developer/open-webui/backend/open_webui/main.py", line 36, in
from open_webui.apps.audio.main import app as audio_app
File "/Users/walbercardoso/Developer/open-webui/backend/open_webui/apps/audio/main.py", line 8, in
from pydub import AudioSegment
ModuleNotFoundError: No module named 'pydub'
(open-webui-env) ➜ backend git:(main) pip freeze|grep pydub
pydub==0.25.1
(open-webui-env) ➜ backend git:(main)
Anyway to fix this?