jorisvandenbossche opened a new issue, #43845: URL: https://github.com/apache/arrow/issues/43845
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`) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org