I have to develop an Alexa Skill that use Pydub for edit mp3 file.
Pydub requires ffmpeg and so I have add it in requirements.txt but now, when I try to run my skill, it give me "Sorry, I had trouble doing what you asked. Please try again.".
In CloudWatch the error is: [Errno 2] No such file or directory: 'ffprobe': 'ffprobe'
but in requirements.txt there is the ffprobe import.
NB: In local the code runs successfully without any errors
Screenshot: Error in CloudWatch