Removing pip<25.3 in constraints
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 3
- フォーク
- 17
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Private JIRA Ticket
https://2u-internal.atlassian.net/browse/BOMS-277
Summary
There is a breakage currently in pip-tools that failed several / many / all? python requirement upgrades: https://github.com/jazzband/pip-tools/issues/2252 The temporary solution may be to pin pip to the last minor version, but it does look like a fix in on the way.
Findings
The error is stemming from the removal of the legacy setup.py bdist_wheel support in https://github.com/pypa/pip/issues/6334 which removes the optional flag --use-pip517 that had been added for the support of deprecated legacy functionality.
Since all versions of pip-tools utilize this flag for the pip-compile command, the new version pip==25.3 is now breaking with all the versions of pip-tools hence the need to pin pip as a solution for this until pip-tools provide a workaround for this issue in their next release.
TODO
- Pin pip<25.3 in constraints
- unpin pip<25.3
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
pip を 25.3 未満に固定している constraints エントリを特定し、リンクされている pip-tools の issue を確認して、workaround が不要になったことを確認します。固定を削除し、その後、関連する pip-tools の requirement の更新が pip 25.3 で正常にコンパイルできることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- build-system, tooling
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100