-
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
cibuildwheel failed on pp38-manylinux_x86_64 and pp38-macosx_arm64 #2015
Comments
It is the same bug as #1983. It is pypy and recent setuptools incompatibility. You need either to skip pyp38 or pin lower setuptools version for this not maintained pypy version. |
Thank you. I skipped pypy in the pipeline and it works now. BTW, in #1983, it mentioned that pypy310 should work. However, in my project, pypy310 failed to work on Mac OS, although it is working on Windows and Ubuntu:
|
The setuptools bug is pypa/distutils#283; you can pin |
Description
My repo and branch is here: https://github.com/wind23/whole_history_rating/tree/dependabot/github_actions/actions-ddff5e9989
Here is my
wheels.yml
file, or you can find it here: https://github.com/wind23/whole_history_rating/blob/dependabot/github_actions/actions-ddff5e9989/.github/workflows/wheels.ymlAs you can see, it works on
windows-latest
, but failed onubuntu-latest
andmacos-13
. More precisely, it failed onpp38-manylinux_x86_64
andpp38-macosx_x86_64
, but successed in thecp3*
wheels before.Also, my same repo used to work a month ago (https://github.com/wind23/whole_history_rating/actions/runs/10270004681), but it fails to work now (https://github.com/wind23/whole_history_rating/actions/runs/10925037181). What would be the problem mostly like?
Here is an example of the failing log:
My repo is written according to the python example of pybind: https://github.com/pybind/python_example/
As you can see, the wheels of their repo is also failing: https://github.com/pybind/python_example/actions/runs/10893406296/job/30228259053
Build log
https://github.com/wind23/whole_history_rating/actions/runs/10925037181/job/30325566939
CI config
https://github.com/wind23/whole_history_rating/blob/dependabot/github_actions/actions-ddff5e9989/.github/workflows/wheels.yml
The text was updated successfully, but these errors were encountered: