-
-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'ffmpeg' #60
Comments
pip install ffmpeg-python that will fix your issue. |
Thanks. I outlined that workaround in my post. 😅 |
lol i didn't read the last line before posting :P |
Same problem here on Mac:
|
Can confirm, occurs on windows, even when ffmpeg is downloaded with the |
This causes a new issue
|
This commit fixed the issue |
I kept getting an error when running auto-subtitle:
This seems to be caused by the fact that openai-whisper dropped the upstream dependency of
ffmpeg-python
in this change openai/whisper@8035e9e. Since this module depends on it, it should add the dependency to therequirements.txt
andsetup.py
.For now, you can do a workaround by running:
The text was updated successfully, but these errors were encountered: