pitrou commented on code in PR #12763:
URL: https://github.com/apache/arrow/pull/12763#discussion_r894482697
##########
dev/tasks/python-wheels/github.osx.arm64.yml:
##########
@@ -134,6 +134,8 @@ jobs:
$PYTHON -m venv test-arm64-env
source test-arm64-env/bin/activate
pip install --upgrade pip wheel
+ arch -arm64 pip install -r arrow/python/requirements-wheel-test.txt
Review Comment:
Also the [following question +
answer](https://github.com/numpy/numpy/issues/18143#issuecomment-759389439)
seems relevant:
> > will the universal2 python.org installer pick up thin arm64 wheels if
they are available and Python is started in native mode?
> That's more a pip question than python version, but yes pip will use arm64
wheels when running in natively on M1 Macs.
So even a universal Python should install arm64 wheels by default (if not
run specifically in x86 mode).
##########
dev/tasks/python-wheels/github.osx.arm64.yml:
##########
@@ -134,6 +134,8 @@ jobs:
$PYTHON -m venv test-arm64-env
source test-arm64-env/bin/activate
pip install --upgrade pip wheel
+ arch -arm64 pip install -r arrow/python/requirements-wheel-test.txt
Review Comment:
Also the [following question +
answer](https://github.com/numpy/numpy/issues/18143#issuecomment-759389439)
seems relevant:
> > will the universal2 python.org installer pick up thin arm64 wheels if
they are available and Python is started in native mode?
> That's more a pip question than python version, but yes pip will use arm64
wheels when running in natively on M1 Macs.
So even a universal Python should install arm64 wheels by default (if not
run specifically in x86 mode).
--
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]