audioread icon indicating copy to clipboard operation
audioread copied to clipboard

No Backend found error despite ffmpeg

Open macabdul9 opened this issue 2 years ago • 3 comments

Versions:

ffmpeg==4.3.2
librosa==0.9.2
audioread==3.0.0

OS:

Gentoo

@sampsyo can you please take a look?

macabdul9 avatar Jan 02 '23 08:01 macabdul9

Hello! With apologies, this is not enough information for me to reproduce the problem or make any guesses about what may be going wrong. Maybe you could try opening up the library and printing some extra logging messages to make some guesses here?

sampsyo avatar Jan 02 '23 18:01 sampsyo

This is a long shot, but if you are using Google App Engine, the Python 3.10 image is missing ffmpeg, apparently: https://issuetracker.google.com/issues/265852295

keeth avatar Feb 03 '23 21:02 keeth

Could this be related to #144? I'm getting a similar “no backend found” result because of it, in my case from pymusiclooper.

ISSOtm avatar Jan 03 '25 21:01 ISSOtm