issue: ModuleNotFoundError: No module named 'pydub' #1206

Closed
opened 2025-11-11 14:40:08 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @S1M0N38 on GitHub (Jun 11, 2024).

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). # 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

@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

@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

@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#1206