Closed
Description
When installing the package on an Apple Silicon, the universal wheel being installed is only for intel.
This can be examined:
file /opt/homebrew/lib/python3.11/site-packages/capstone/lib/libcapstone.dylib
# outputs: /opt/homebrew/lib/python3.11/site-packages/capstone/lib/libcapstone.dylib: Mach-O 64-bit dynamically linked shared library x86_64
As a result, capstone
will fail to import on Apple Silicon.