-
Notifications
You must be signed in to change notification settings - Fork 309
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
RuntimeError Couldn't find appropriate backend to handle uri {uri} and format {format}. #79
Comments
It was fixed after running Should be added to encodec dependencies |
installing ffmpeg didn't fix this for me, but doing |
I am having issue with MacOS (M2 Max).
Tried many commands:demucs --segment 6 -d cpu --two-stems=vocals songs/02\ Saans.wav Python 3.9Conda Environment:╰─$ pip list antlr4-python3-runtime 4.9.3 |
@therahulr please try to install libsox.so and check again |
pip install soundfile |
🐛 Bug Report
Whenever I run encodec I get:
To Reproduce
(Write your steps here:)
pip install -U git+https://[email protected]/facebookresearch/encodec#egg=encodec
encodec -b 3.0 -s encodec cut_original.wav
I've trying different file formats mp3/m4a and others, no successExpected behavior
It should simply work
Actual Behavior
Error above
Your Environment
The text was updated successfully, but these errors were encountered: