WillAyd commented on issue #47577: URL: https://github.com/apache/arrow/issues/47577#issuecomment-3303203062
Hey @vc77 - I'm a bit confused as to the ultimate issue as I didn't see any failure messages in the tracebacks you've provided, but just to confirm you are struggling to find `libarrow_python.so` from a third party library after building pyarrow, correct? > Install (The Serving Platter): If—and only if—the "build" stage succeeds without any errors, the final setup.py install command copies the finished library from the temporary build/ directory to its final destination, which in our case is ~/arrow-install/lib. This is incorrect - you can see in the build log that it is installing the library at `Installing: /home/pisa/arrow/python/pyarrow/./libarrow_python.so` -- 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]
