[Python][Docs] Use editable pip install invocation in the development docs for PyArrow

オープン 初心者向け
#43,845 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

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

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
62/100
issue の種類
ドキュメント
明瞭さ
おおむね明確
活発さ
静か
技術スタック
python
領域
documentation

調査の方向性

PyArrow の開発ドキュメントから始め、現在の python setup.py build_ext -i の手順を pyproject.toml および setup.py と併せて確認します。ドキュメント化されているワークフローを pip install -e . を使用するように更新し、その後、ドキュメント化されている editable インストールの手順で、非推奨の setup.py コマンドを直接呼び出さずに PyArrow をビルドできることを確認します。

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

説明

Component: Documentation Component: Python

Currently our docs only use python setup.py build_ext -i for building inplace.
But this is not doing an actual installation, so we should update our docs to do an editable install with pip install -e . (or at least a first time).

With the latest pyproject.toml changes, skipping this installation will now also result in a failure when trying to build pyarrow directly with setup.py (e.g. https://github.com/apache/arrow/issues/41992#issuecomment-2151338952).
Moreover, direct invocation of setup.py is deprecated (although there is no clear alternative in the case of setup.py build_ext, except from re-installing with pip install)

主要言語
C++
スター
17.1k
フォーク
4.3k
平均マージ
3日 13時間
マージ済み PR(30日)
93

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

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

はじめの一歩

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

apache/arrow のほかの issue

apache/arrow の issue をすべて見る

似ている issue

C++ の issue をもっと見る

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

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