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
```
<!-- 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 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