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!
