Skip to content

macOS python wheel for 5.0.0rc4 claims to be universal2 but is actually just amd64 #2066

Closed
@twizmwazin

Description

@twizmwazin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is not working as it shouldbuild & packagingBuild system and packaging relatedpythonbindings

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions