It raises the following error when I import this library.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/zhujin/abess-team/scope/scope/__init__.py", line 16, in <module>
from .universal import (ConvexSparseSolver)
File "/Users/zhujin/abess-team/scope/scope/universal.py", line 4, in <module>
from .pybind_cabess import pywrap_Universal, UniversalModel, init_spdlog
ImportError: dlopen(/Users/zhujin/abess-team/scope/scope/pybind_cabess.cpython-39-darwin.so, 0x0002): tried: '/Users/zhujin/abess-team/scope/scope/pybind_cabess.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/zhujin/abess-team/scope/scope/pybind_cabess.cpython-39-darwin.so' (no such file), '/Users/zhujin/abess-team/scope/scope/pybind_cabess.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
It raises the following error when I import this library.