raulcd commented on issue #50600: URL: https://github.com/apache/arrow/issues/50600#issuecomment-5177506857
This isn't strictly due to 3.10 is because our environment tries to install 3.14t and our CMake find doesn't find it because of the ABI check: ``` 2026-08-04T09:16:18.1320450Z -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 2026-08-04T09:16:18.1321138Z Reason given by package: 2026-08-04T09:16:18.1321963Z Interpreter: Wrong ABI for the interpreter "/tmp/arrow-HEAD.6CGIg/miniforge/envs/conda-source/bin/python" ``` Currently failing on the 25.0.1 maintenance branch. I'll probably have to cherry-pick this for the release: https://github.com/apache/arrow/pull/50800 -- 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]
