kszucs commented on pull request #10659:
URL: https://github.com/apache/arrow/pull/10659#issuecomment-880010837


   @wesm @xhochy could you please verify locally the produced wheels?
   - 
[pyarrow-5.0.0.dev471-cp39-cp39-macosx_11_0_arm64.whl](https://github.com/ursacomputing/crossbow/releases/download/actions-601-github-wheel-macos-big-sur-cp39-arm64/pyarrow-5.0.0.dev471-cp39-cp39-macosx_11_0_arm64.whl)
   - 
[pyarrow-5.0.0.dev471-cp39-cp39-macosx_11_0_universal2.whl](https://github.com/ursacomputing/crossbow/releases/download/actions-601-github-wheel-macos-big-sur-cp39-universal2/pyarrow-5.0.0.dev471-cp39-cp39-macosx_11_0_universal2.whl)
   
   There is an universal2 installer for Python 3.9: 
https://www.python.org/ftp/python/3.9.6/python-3.9.6-macos11.pkg, can be 
installed using:
   
   ```bash
   arrow/ci/scripts/install_python.sh macos 3.9
   ```
   
   Verify the `arm64` wheel:
   
   ```bash
   rm -rf arrow/python/dist
   export ARROW_FLIGHT=OFF
   wget -P arrow/python/dist 
https://github.com/ursacomputing/crossbow/releases/download/actions-601-github-wheel-macos-big-sur-cp39-arm64/pyarrow-5.0.0.dev471-cp39-cp39-macosx_11_0_arm64.whl
 
   arch -arm64 arrow/ci/scripts/python_wheel_macos_test.sh
   ```
   
   Verify the `universal2` wheel:
   
   ```bash
   rm -rf arrow/python/dist
   export ARROW_FLIGHT=OFF
   wget -P arrow/python/dist 
https://github.com/ursacomputing/crossbow/releases/download/actions-601-github-wheel-macos-big-sur-cp39-universal2/pyarrow-5.0.0.dev471-cp39-cp39-macosx_11_0_universal2.whl
   arch -arm64 arrow/ci/scripts/python_wheel_macos_test.sh
   arch -x86_64 arrow/ci/scripts/python_wheel_macos_test.sh
   ```
   
   (have not tested the snippets, the paths might be wrong, but the test script 
looks for wheels under `arrow/python/dist`)


-- 
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


Reply via email to