[GH-ISSUE #3027] issue: ModuleNotFoundError: No module named 'pydub' #28630

Closed
opened 2026-04-25 03:14:46 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @S1M0N38 on GitHub (Jun 11, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3027

Bug Report

ModuleNotFoundError: No module named 'pydub' when running open-webui serve

Description

I have installed the latest version of open-webui using pip (inside a python virtual env create by venv)

pip install --upgrade open-webui

When running

open-webui serve

I get

ModuleNotFoundError: No module named 'pydub'

Version

pip freeze | grep open-webui
open-webui==0.3.2
Originally created by @S1M0N38 on GitHub (Jun 11, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/3027 # Bug Report ModuleNotFoundError: No module named 'pydub' when running `open-webui serve` ## Description I have installed the latest version of open-webui using pip (inside a python virtual env create by `venv`) ``` pip install --upgrade open-webui ``` When running ``` open-webui serve ``` I get ``` ModuleNotFoundError: No module named 'pydub' ``` ## Version ``` pip freeze | grep open-webui open-webui==0.3.2 ```
Author
Owner

@gsm1258 commented on GitHub (Jun 12, 2024):

pip install pydub

<!-- gh-comment-id:2162051136 --> @gsm1258 commented on GitHub (Jun 12, 2024): pip install pydub
Author
Owner

@silentoplayz commented on GitHub (Jun 12, 2024):

Should be fixed on dev branch! https://github.com/open-webui/open-webui/compare/main...dev

<!-- gh-comment-id:2162058339 --> @silentoplayz commented on GitHub (Jun 12, 2024): Should be fixed on dev branch! https://github.com/open-webui/open-webui/compare/main...dev
Author
Owner

@walbercardoso commented on GitHub (Oct 29, 2024):

Same here

<!-- gh-comment-id:2444373003 --> @walbercardoso commented on GitHub (Oct 29, 2024): Same here
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#28630