-
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
cp38-macosx_arm64 produces a x86_64 wheel #2080
Comments
@ns-yanghsing Did you ever solve the issue or find a workaround? I think I'm seeing a related error in #2111. |
@patrikhuber you need to setup python 3.8 using github actions setup-python action to setup python 3.8 on macos arm runner. Official installer for python 3.8 don not support macos arm runner. |
So any solutions? |
@long2ice follow the documentation https://cibuildwheel.pypa.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64 and install python 3.8 using |
Description
I'm building a library wrapping c++ code on macos with Github Action.
In the
cp38-macosx_arm64
(os: macos-14) build, the "Building wheel" step went through, but the "Repairing wheel" step failed withThe issue only occurs on cp38 where
cp39-macosx_arm64
went through without problems.Here's the log for "building wheel", which passed but seemed to produce a
x86_64
wheel for anarm64
build:And here's the "Repairing" log looking for an
x86_64
one for anarm64
build:And here's the github flow config:
Please see the build link here for details. Thanks!
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: