-
Notifications
You must be signed in to change notification settings - Fork 245
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
cibuildwheel fails to repair wheel on macos-13 (x86_64) (updating from 2.16.5 to 2.22.0) #2115
Comments
I see other related issues but they all seems to struggle with arm64 which is not my case: |
I seem to have exactly the same issue as this one: https://datastax-oss.atlassian.net/browse/PYTHON-1396 |
It looks like setting |
The last par of the log:
The problem is with If it is system one, you need to build it from source with set build target to 10.15. |
Its defintely from the system. Why would that be needed now what it was not needed before ? |
Because cibuildwheel is pinning On macOS, every binary specifies the minimum OS version for which it will work without any problem. It may be possible that a binary requiring never version of OS will work on newer system, but it may fail at any moment by calling an unsupported system call. So newer version of |
Alright, so it probably means that my wheels where previously potentially incorrect. Thanks for the help. |
Description
I'm using cibuildwheel to generate wheels for a range of Python version.
I want to add support for Python 3.13 so I've updated the cibuildwheel action, however it fails only on macos-13 (x86_64) with:
Build log
https://github.com/f3d-app/f3d-superbuild/actions/runs/12453096039/job/34762814882?pr=213
CI config
https://github.com/f3d-app/f3d-superbuild/blob/8c448be2fec6df62bcc66b85d80637a6c5b9bc1a/.github/actions/wheels/action.yml
The text was updated successfully, but these errors were encountered: