SH4DOW4RE
SH4DOW4RE
Do you have ffmpeg installed ?
After looking into installed packages, pydub has that error if you don't have a path to either ffmpeg or avconv in your system's PATH variable Here's the code from pydub...
After looking into both the code of `pydub` and `markitdown`, I saw that `pydub` checks for either ffmpeg or avconv when it is **first imported**, and the code inside `markitdown`...
What did you try before getting this error ?
The Pull Request got accepted. Can you please try again on the new version
Obvious question, but, do you have either ffmpeg or avconv installed ?