raulcd commented on PR #44919:
URL: https://github.com/apache/arrow/pull/44919#issuecomment-2520214560

   It does seem that link order gets rid of the undefined symbol (manually 
modified ninja.build to change the link order) but I am currently facing a 
different issue when importing the built wheel:
   ```
   >>> import pyarrow
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "/arrow/python/pyarrow/__init__.py", line 65, in <module>
       import pyarrow.lib as _lib
   ModuleNotFoundError: No module named 'pyarrow.lib'
   ```
   It might be something local so first things first, do you know how can I 
define on our CMake for absl to be linked last?


-- 
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]

Reply via email to