maharris77 commented on issue #40088:
URL: https://github.com/apache/arrow/issues/40088#issuecomment-3199139358

   
   > Can you still try with tink? You just need to install it and try importing 
it. Just to make sure we're talking about the same problem.
   
   With tink, setting flags allows me to successfully import tink and then 
pyarrow, but not the reverse order.
   
   ```
   Python 3.13.5 | packaged by conda-forge | (main, Jun 16 2025, 08:24:05) 
[Clang 18.1.8 ] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import os, sys
   >>> sys.setdlopenflags(os.RTLD_LOCAL | os.RTLD_NOW)
   >>> import tink
   >>> import pyarrow  # Works
   >>> 
   
   ```
   Python 3.13.5 | packaged by conda-forge | (main, Jun 16 2025, 08:24:05) 
[Clang 18.1.8 ] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import os, sys
   >>> sys.setdlopenflags(os.RTLD_LOCAL | os.RTLD_NOW)
   >>> import pyarrow
   >>> import tink  # Hangs
   [mutex.cc : 452] RAW: Lock blocking 0x6000032507f8   @
   ```
   
   
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to