You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: