-
Notifications
You must be signed in to change notification settings - Fork 114
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
Trouble with M1 install, did not manage to locate a library called 'sndfile' #27
Comments
As per this related issue can you please try calling try calling it like this: env DYLD_LIBRARY_PATH="/opt/homebrew/lib:$DYLD_LIBRARY_PATH" python polymath.py -a m98qb8ecQf0 |
Thank you! Got a bit farther this time
|
Seems like your |
Thank you, that and an update to
Feel free to close this issue. |
Hi! Looking forward to getting this going, it looks like a great project I've tried everything above and can only get this
Running I'm on WSL (Windows) on Ubuntu and in no way a python expert, so any ideas would be appreciated.. ta! :) |
You are missing the sndfile library. No entirely sure what is causing your issues, as your setup (windows WSL > ubuntu) is new to me. This post https://stackoverflow.com/questions/59834551/cant-import-librosa-lib-on-windows-sndfile-not-found suggest running |
That did the trick, thankyou! |
Following install instructions on M1 MacBook Air via README and adapted from https://developer.apple.com/metal/tensorflow-plugin/
Please let me know if I'm missing something!
The text was updated successfully, but these errors were encountered: