jorisvandenbossche commented on PR #43539: URL: https://github.com/apache/arrow/pull/43539#issuecomment-2278486765
It seems numpy only has nightly python 3.13 wheels for macos arm64 for 14 and up (https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/numpy/). We do run on the macos-14 github actions runner, but we also pass the target platform to pip, so wondering if that's the reason it thinks there is not suitable distribution for numpy. See https://github.com/apache/arrow/blob/7e44aeb62a5660f60ee57a635072041fbb407cba/ci/scripts/python_wheel_macos_build.sh#L51-L58 I am not entirely sure why we are setting this `--platform`. I would think this doesn't matter for building pyarrow (how numpy is installed) -- 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