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

No cpython3.12 in 2_24 manylinux image #1959

Closed
Parskatt opened this issue Aug 7, 2024 · 2 comments
Closed

No cpython3.12 in 2_24 manylinux image #1959

Parskatt opened this issue Aug 7, 2024 · 2 comments

Comments

@Parskatt
Copy link

Parskatt commented Aug 7, 2024

Description

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
@henryiii
Copy link
Contributor

henryiii commented Aug 7, 2024

2_24 was a failed experiment and no longer supported. Please use 2014 or 2_28.

@henryiii
Copy link
Contributor

henryiii commented Aug 7, 2024

@henryiii henryiii closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2024
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