Skip to content

fix: add missing pydub dependency to requirements.txt#835

Open
pocper1 wants to merge 2 commits intoharry0703:mainfrom
pocper1:main
Open

fix: add missing pydub dependency to requirements.txt#835
pocper1 wants to merge 2 commits intoharry0703:mainfrom
pocper1:main

Conversation

@pocper1
Copy link

@pocper1 pocper1 commented Mar 8, 2026

Summary

Fixes #834

PR #752 introduced Gemini TTS support and added a runtime dependency on pydub
inside voice.py, but requirements.txt was not updated in the same PR.
This caused a ModuleNotFoundError: No module named 'pydub' for all users
triggering the Gemini TTS path — especially Docker users, where the image is
built strictly from requirements.txt.

Changes

  • Added pydub to requirements.txt

How to Test

  1. Set LLM/TTS provider to gemini
  2. Start a task without a custom audio file
  3. Confirm audio generation completes without ModuleNotFoundError

@pocper1 pocper1 changed the title Added pydub dependency to requirements.txt fix: add missing pydub dependency to requirements.txt Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: ModuleNotFoundError: No module named 'pydub' when using Gemini TTS

1 participant