-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can't load Aubio in MacOS arm64 #6
Comments
Hi, I also stumbled upon this, so I tried to build it from source using the provided Build failed, copying logs from the point it started failing:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't use Aubio plugins in Sonic Visualiser in MacOS M1. I understand this version wasn't prepared for arm64 processors, but just wanted to let you know.
/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib Library cannot be loaded: dlopen(/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib, 0x0006): tried: '/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib' (no such file), '/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')) /Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib Library cannot be loaded: dlopen(/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib, 0x0006): Library not loaded: /usr/local/lib/libaubio.5.dylib Referenced from: /Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib Reason: tried: '/usr/local/lib/libaubio.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libaubio.5.dylib' (no such file), '/usr/local/lib/libaubio.5.dylib' (no such file), '/usr/lib/libaubio.5.dylib' (no such file, not in dyld cache)
The text was updated successfully, but these errors were encountered: