jorisvandenbossche commented on PR #43539: URL: https://github.com/apache/arrow/pull/43539#issuecomment-2286134504
Some of the failures seem to be caused when installing the test requirements, that it got the pandas 3.0.0.dev0 sdist and tries to build that from source (also for old Pythons, which is of course not supported). I assume this is because the pandas is not pinned to the exact version in `python/requirements-wheel-test.txt` for all cases, and the because of adding the extra index and `--pre` it seems to prefer the 3.0.0.dev0 sdist over a released wheel. -- 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