Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Python 3.13 Linux wheels have broken httpstan/stan_services.o

オープン
#668 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
52/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
python

調査の方向性

リポジトリのファイルやテストが特定されていないため、まず Python 3.13 Linux artifact の multibuild による wheel のビルドおよびリリースプロセスを確認します。再ビルドした wheel の httpstan/stan_services.o の内容を Python 3.13 のターゲットと比較し、リンク先のリリースガイダンスに記載されているとおりにビルド番号を増やし、修正後の wheel が Python 3.10 を参照しなくなったことを確認します。

索引モデルが issue の本文から書いたものです。

説明

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.)

主要言語
Python
スター
42
フォーク
15
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

stan-dev/httpstan のほかの issue

stan-dev/httpstan の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。