Replies: 8 comments 17 replies
-
Have you tried this suggestion: #487 (comment)? |
Beta Was this translation helpful? Give feedback.
-
From this thread another suggestion is
in case that is relevant. |
Beta Was this translation helpful? Give feedback.
-
I found a way to fix it. In order to fix the issue on VScode, I did the following:
Then:
the issue disappeared after this, it turned out I installed ffmpeg through pip3, pip and brew. |
Beta Was this translation helpful? Give feedback.
-
I have a video that explains how to use whisper it may help. i install on windows from scratch and run it |
Beta Was this translation helpful? Give feedback.
-
Thank you for the suggestions! Unfortunately, I've tried uninstalling and reinstalling multiple times but the same issue occurs. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if this issue has been solved but ffmpeg-python is a wrapper for the underlying package, which has to be installed separately (https://github.com/kkroening/ffmpeg-python#installing-ffmpeg). The following links helped me solve this issue. I'm using Windows but I'm sure this is applicable to other OS: Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
I got same issue and had solve like that. Uninstall and delete all ffmpeg packages in your python library. Download [https://github.com/kkroening/ffmpeg-python] package and move ffmpeg folder in your python library package. On my computer its path; C:\Users{username}\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages . |
Beta Was this translation helpful? Give feedback.
-
For me, the issue is resolved when ffmpeg is installed with conda. No other solution in this thread worked for me. pip install ffmpeg-python |
Beta Was this translation helpful? Give feedback.
-
Hello,
We are receiving this error when running the model.transcribe function on our environment in an HPC cluster. Previous suggestions to uninstall and reinstall ffmpeg-python have not resolved the issue unfortunately.
Do you have any suggestions? Perhaps there is a version mismatch (we are currently using ffmpeg-python 0.2.0)
Beta Was this translation helpful? Give feedback.
All reactions