Python 3.13 Linux wheels have broken httpstan/stan_services.o
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 42
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Something went wrong when building the Python 3.13 wheel. Python 3.12 and Python 3.14 Linux wheels seem unaffected. The macOS Python 3.13 wheel is also unaffected.
# after unzipping httpstan-4.17.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
$ strings httpstan/stan_services.o | grep 3.10 | head -n 3
3.10
/opt/python/cp310-cp310/include/python3.10
/opt/python/cp310-cp310/include/python3.10/cpython
This can be fixed without yanking the release. You increment the build number. See the section "A wheel file wasn't compiled properly" for details.
This requires some manual work.
(I don't know why the automated wheel builder (multibuild) created this defective wheel.)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the multibuild wheel-building and release process for the Python 3.13 Linux artifact, since no repository file or test is identified. Compare the rebuilt wheel's httpstan/stan_services.o contents with the Python 3.13 target, increment the build number as described in the linked release guidance, and verify that the corrected wheel no longer references Python 3.10.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100