-
Notifications
You must be signed in to change notification settings - Fork 239
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
Repairing error for cp38-macosx_arm64
on github actions with macos-14 (apple sillcon)
#1932
Comments
cp38-macosx_arm64
on github actions with macos-14 (apple sillcon)
This error means that delocate do not find single arm64 binaries in your wheel. It suggests that your binaries are compiled for x86, not arm. It is hard to told something more without source code. |
You can find the github action file here: https://github.com/davidhjp01/pystlogic/blob/post/v0.1.3/.github/workflows/build.yml, in the job |
Could you check this: https://cibuildwheel.pypa.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64 ? |
Thanks, looks like the topic explains the cause. I will try the proposed solution |
Description
Getting the following error, is this expected?
Also does
*-macosx_universal2
currently work on github actions withmacos-14
? because my build keep fails for setting it on CIBW_BUILD:Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: