stan-dev / stan-dev/httpstan

Python 3.13 Linux wheels have broken httpstan/stan_services.o

Open
#668 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.