paultiq commented on PR #48191: URL: https://github.com/apache/arrow/pull/48191#issuecomment-5329488142
re: macos errors on amd64: as of libcst 1.9.0, libcst is no longer building a wheel for the only intel builder (macos-13): https://github.com/Instagram/LibCST/pull/1433 - https://pypi.org/project/libcst/1.8.6/#files has libcst-1.8.6-cp312-cp312-macosx_10_13_x86_64.whl - https://pypi.org/project/libcst/1.9.0/#files does not have any macos13 wheels (or any intel macos wheels) The reason macos worked on cp315 and failed on cp314 is: - macos is the only platform where --only-binary is passed, which prevents source builds. - For cp315, I selectively bypassed this because another dependency (pyyaml, used by libcst) didn't yet have cp315 builds - Note: On intel, libcst + pyyaml must be built. On arm, only pyyaml is built. Options: - Pin libcst to 1.8.6 for cp314 and below - Remove libcst dependency - ? -- 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]
