You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/04/20 18:31:22 UTC

[GitHub] [arrow] westonpace commented on issue #35237: RuntimeError when using pyarrow from a thread which is not joined before main exits when pandas is installed

westonpace commented on issue #35237:
URL: https://github.com/apache/arrow/issues/35237#issuecomment-1516770159

   As a workaround, does it work if you add:
   
   ```
   from pyarrow.pandas_compat import _pandas_api
   ```
   
   at the top level of your program (before main shuts down)?
   
   This seems to be a transitive consequence of https://github.com/python/cpython/issues/86813#issuecomment-1246097184


-- 
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-unsubscribe@arrow.apache.org

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