lysnikolaou commented on PR #43539: URL: https://github.com/apache/arrow/pull/43539#issuecomment-2278394114
I'm not sure why the macOS build complains. It looks like it can't find NumPy wheels. Or is it something else? ``` + pip install --upgrade --only-binary=:all: --target /Users/runner/work/crossbow/crossbow/build-env/lib/python3.12/site-packages --platform macosx_11_0_arm64 -r /Users/runner/work/crossbow/crossbow/arrow/python/requirements-wheel-build.txt pip install 'delocate>=0.10.3' Looking in indexes: https://pypi.org/simple, https://pypi.anaconda.org/scientific-python-nightly-wheels/simple Ignoring oldest-supported-numpy: markers 'python_version < "3.9"' don't match your environment Collecting pip Using cached pip-24.2-py3-none-any.whl.metadata (3.6 kB) ERROR: Could not find a version that satisfies the requirement install (from versions: none) ERROR: No matching distribution found for install ``` -- 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]
