lbl-srg/funnel

arm64 support for macOS

Closed this issue · 0 comments

On an M1 processor I get:

RuntimeError: Could not load funnel library with this path: /opt/homebrew/lib/python3.9/site-packages/pyfunnel/lib/darwin64/libfunnel.dylib. dlopen(/opt/homebrew/lib/python3.9/site-packages/pyfunnel/lib/darwin64/libfunnel.dylib, 0x0006): tried: '/opt/homebrew/lib/python3.9/site-packages/pyfunnel/lib/darwin64/libfunnel.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))

I'll propose a fix!