-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Is it possible to use the library on mac ARM?
I was able to install it but I have problems importing the package
ImportError: dlopen(/Users/marco/miniconda3/envs/qckplot_env/lib/python3.9/site-packages/_xylib.cpython-39-darwin.so, 0x0002): tried: '/Users/marco/miniconda3/envs/qckplot_env/lib/python3.9/site-packages/_xylib.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/marco/miniconda3/envs/qckplot_env/lib/python3.9/site-packages/_xylib.cpython-39-darwin.so' (no such file), '/Users/marco/miniconda3/envs/qckplot_env/lib/python3.9/site-packages/_xylib.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
Thanks