Even though I installed ffmpeg , I got "ERROR:spleeter:ffmpeg binary not found"

2.1k views Asked by At

Even though I installed ffmpeg , I got error saying "ERROR:spleeter:ffmpeg binary not found"

how can I solve this problem

I installed ffmpeg using "pip install ffmpeg"

1

There are 1 answers

2
hamed mohsenian On

Try this:

pip uninstall ffmpeg

And then:

pip install ffmpeg-python