-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<class 'spleeter.SpleeterError'>, message: ffmpeg binary not found #546
Comments
This is weird since this error is raised after a call to the exact same command. Are you executing your python in a similar shell ? |
@mmoussallam if ffmpeg binary is not present the it should not work with Python shell too. but in our case it working in python shell but when we do this on webapp it's not working. does spleeter require any special configuration? i have tried to set FFMPEG_PATH in my server. but still no help. |
Hi @AnkitKundariya, |
hi @romi1502 here i'm sharing list of executables path in my system. @romi1502 please check all of the above items and please try to help me out if anything is wrong or misconfigured. UWSGI LOG : |
I can't see anything wrong in this configuration. ffmpeg seems to be properly installed and accessible.
So it seems that the environment where your flask server is run may not be the same. |
Maybe you already solved it but I just ran
But wait. There's more.
Now I have a working spleeter lib in my project. |
I was stuck at the same step, eventually followed @DanielHammerin's answer. Then did the steps that @DanielHammerin mentioned viz. - And voila, it worked. :) |
I think you also need to install ffmpeg with your package manager, e.g.: sudo apt install ffmpeg |
I've followed your steps but my spleeter doesn't work yet. It still says: |
Ok, I've solved it. You have to make shure that ffmpeg is installed in the system evironmant variables. For Windows users just follow this tutorial: https://www.youtube.com/watch?v=qjtmgCb8NcE&ab_channel=LinuxLeech |
no it dose not work for mee |
I the whole process again from beginning , but the result is same "ERROR:spleeter:ffmpeg binary not found" |
For Windows 10 users.
|
I got same issue on windows 11. |
#672 (comment) |
sudo apt install ffmpeg works for me in Debian linux |
in your service file for fastapi Environment="PATH=/root/project/venv/bin:/usr/bin/ffmpeg" Thanks |
On windows:
|
above code rise below error
<class 'spleeter.SpleeterError'>, message: ffmpeg binary not found
ffmpeg is installed correctly at /usr/bin/
spleeter version = 1.5.4
python version = 3.6.5
os : ubuntu 20.0.4
nginx + uwsgi
The text was updated successfully, but these errors were encountered: