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
The capstone-5.0.0.post1-py3-none-macosx_10_9_universal2.whl wheel seems to contain x86_64 but not AArch64 code. Thus, when loaded on an AArch64 Mac (M1 in my case), dlopen() returns an error.
This exception is from pyocd attempting to import capstone (newlines inserted):
Error: dlopen(/VENV_DIR/lib/python3.11/site-packages/capstone/lib/libcapstone.dylib, 0x0006): tried:
'/VENV_DIR/lib/python3.11/site-packages/capstone/lib/libcapstone.dylib' (mach-o file,
but is an incompatible architecture (have 'x86_64', need 'arm64')),
'/System/Volumes/Preboot/Cryptexes/OS/VENV_DIR/lib/python3.11/site-packages/capstone/lib/libcapstone.dylib' (no such file),
'/VENV_DIR/lib/python3.11/site-packages/capstone/lib/libcapstone.dylib'
(mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
The text was updated successfully, but these errors were encountered:
The
capstone-5.0.0.post1-py3-none-macosx_10_9_universal2.whl
wheel seems to contain x86_64 but not AArch64 code. Thus, when loaded on an AArch64 Mac (M1 in my case),dlopen()
returns an error.This exception is from pyocd attempting to import capstone (newlines inserted):
The text was updated successfully, but these errors were encountered: