Hi Adam, I don't think we can do it from a tag currently but from what I understand the nightly built wheels are built on Release mode not on Debug. See the following log from one of our nightly builds [1]:
+ echo '=== (3.8) Building wheel ===' + export PYARROW_BUILD_TYPE=release + PYARROW_BUILD_TYPE=release Could in that case work? The nightly built wheels [2]: pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --prefer-binary --pre pyarrow Raúl [1] https://github.com/ursacomputing/crossbow/runs/7556272107?check_suite_focus=true#step:6:2157 [2] https://pypi.fury.io/arrow-nightlies/pyarrow On Thu, Jul 28, 2022 at 9:26 PM Kirby, Adam <[email protected]> wrote: > Hi, > > Is there a way to install a specific tag of pyarrow that bundles the cpp > library (without needing to interactively execute the build process and > install from there)? > > I would make do with the nightly, but need to test a release version > rather than debug version, and ideally be able to specify the tag. > > It’s straightforward to build/install the python portion only from github > tags via pip, but this of course doesn’t build/bundle the cpp library. > > pip install > git+https://github.com/apache/[email protected]#egg=pyarrow\&subdirectory=python > > Thank you! >
