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

Repairing error for cp38-macosx_arm64 on github actions with macos-14 (apple sillcon) #1932

Open
davidhjp01 opened this issue Jul 13, 2024 · 4 comments

Comments

@davidhjp01
Copy link

davidhjp01 commented Jul 13, 2024

Description

Getting the following error, is this expected?
image

Also does *-macosx_universal2 currently work on github actions with macos-14? because my build keep fails for setting it on CIBW_BUILD:

cibuildwheel: No build identifiers selected: BuildSelector(build_config='cp310-manylinux_x86_64 cp310-macosx_universal2 cp310-win_amd64', skip_config='', requires_python=<SpecifierSet('<3.13,>=3.8')>, prerelease_pythons=False, free_threaded_support=False)

Build log

No response

CI config

No response

@davidhjp01 davidhjp01 changed the title Repairing error for cp38 wheels on github actions with macos-14 (apple sillcon) Repairing error for cp38-macosx_arm64 on github actions with macos-14 (apple sillcon) Jul 13, 2024
@Czaki
Copy link
Contributor

Czaki commented Jul 13, 2024

Getting the following error, is this expected?

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.

@davidhjp01
Copy link
Author

davidhjp01 commented Jul 13, 2024

Getting the following error, is this expected?

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 wheels. The build succeeds for cp3{9,10,11,12} (Only cp38 is built on macos-13 because of the above problem).

@Czaki
Copy link
Contributor

Czaki commented Jul 13, 2024

@davidhjp01
Copy link
Author

davidhjp01 commented Jul 13, 2024

Thanks, looks like the topic explains the cause. I will try the proposed solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants