When pip installing capstone on an apple silicon mac, pip will select the universal2 wheel as compatible. However, it then fails to import because the library cannot be loaded due to the architecture mismatch. Installing from source with pip install --pre --no-binary capstone capstone seems to work fine however.
When pip installing capstone on an apple silicon mac, pip will select the universal2 wheel as compatible. However, it then fails to import because the library cannot be loaded due to the architecture mismatch. Installing from source with
pip install --pre --no-binary capstone capstoneseems to work fine however.