jorisvandenbossche commented on pull request #11604: URL: https://github.com/apache/arrow/pull/11604#issuecomment-960728412
Hmm, so this doesn't actually help for the sdist installation. That's because it is already failing in the step of installing numpy in the build environment (it is in this environment that we now install setuptools < 58.5). One other difference I notice compared to a previous nightly build of python-sdist that still worked (https://github.com/ursacomputing/crossbow/runs/4089110526?check_suite_focus=true) is that it now tries to install numpy from source ( "Collecting numpy==1.16.6 Downloading numpy-1.16.6.zip (5.1 MB)"), while previously it didn't do that? And it's this building of numpy from source that now fails with the latest setuptools. -- 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]
