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

   > Unfortunately, while the free-threaded wheel is built correctly, `py 
-3.13t -c "import pyarrow"` fails. No error shown. Does anyone know how I could 
inspect `stderr` to see why this fails?
   
   I haven't tested and I am unsure if this works but maybe we can try this 
(https://stackoverflow.com/a/21912169):
   `py -3.13t -c "import pyarrow"  || echo ERROR && exit /B 1` instead of `py 
-3.13t -c "import pyarrow"  || exit /B 1`


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