amoeba commented on issue #45642:
URL: https://github.com/apache/arrow/issues/45642#issuecomment-2712081876
Thanks for the update. The error you got makes sense and I should've thought
of that. We basically need to get you a PyArrow wheel with the features you
need turned on but we can't dynamically link to dependencies like RE2.
Can you try adding in these CMake flags?
```
-DARROW_BUILD_SHARED=OFF \
-DARROW_DEPENDENCY_SOURCE=BUNDLED \
-DARROW_DEPENDENCY_USE_SHARED=OFF
```
This should make the PyArrow build more/entirely self-contained.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]