Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tracked by #2081
twizmwazin opened this issue Jun 27, 2023 · 6 comments
Labels
bug build & packaging Build system and packaging related python bindings
Milestone

Comments

@twizmwazin
Copy link
Contributor

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.

@XVilka
Copy link
Contributor

XVilka commented Jun 28, 2023

@XVilka
Copy link
Contributor

XVilka commented Jun 28, 2023

@XVilka
Copy link
Contributor

XVilka commented Jul 20, 2023

See #2099

@kabeor
Copy link
Member

kabeor commented Jul 21, 2023

should have been fixing in #2099. will publish in 5.0.1.

@cunji123
Copy link

WOW!

@Grazfather
Copy link

This is still broken on 5.0.1 for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug build & packaging Build system and packaging related python bindings
Projects
None yet
Development

No branches or pull requests

6 participants