You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating a build that used to run fine on manylinux2010 to 2_24 gives an error of the form:
64f508f7b27c0177a349c50bf9bd8ce177186da70b4d8f8131269ad963a9e7dd
+ /bin/true
+ mkdir -p /project
+ manylinux-interpreters --help
env: ‘manylinux-interpreters’: No such file or directory
+ test -x /opt/python/cp36-cp36m/bin/python
+ test -x /opt/python/cp37-cp37m/bin/python
+ test -x /opt/python/cp38-cp38/bin/python
+ test -x /opt/python/cp39-cp39/bin/python
+ test -x /opt/python/cp[310](https://github.com/Parskatt/PoseLib/actions/runs/10278935218/job/28443423009#step:4:316)-cp310/bin/python
+ test -x /opt/python/cp[311](https://github.com/Parskatt/PoseLib/actions/runs/10278935218/job/28443423009#step:4:317)-cp311/bin/python
+ test -x /opt/python/cp[312](https://github.com/Parskatt/PoseLib/actions/runs/10278935218/job/28443423009#step:4:318)-cp312/bin/python
cibuildwheel:
'/opt/python/cp312-cp312/bin/python' executable doesn't exist in image 'quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463' to build 'cp312-manylinux_x86_64'.```
How come?
### Build log
https://github.com/Parskatt/PoseLib/actions/runs/10278935218/job/28443423009
### CI config
https://github.com/Parskatt/PoseLib/blob/20be627cb53905f8980e59fc3b9d9927fd57611f/.github/workflows/build-pypi.yaml
The text was updated successfully, but these errors were encountered:
Description
Updating a build that used to run fine on manylinux2010 to 2_24 gives an error of the form:
The text was updated successfully, but these errors were encountered: