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"
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"
Try this:
pip uninstall ffmpeg
And then:
pip install ffmpeg-python