bkowshik commented on issue #15066:
URL: https://github.com/apache/arrow/issues/15066#issuecomment-1364667206
Thank you very much @jorisvandenbossche Installed `v3.10` of Python and was
able to install `pyarrow` successfully.
```python
# Install v3.10 of Python using pyenv.
$ pyenv install 3.10
# Make the version of Python the global version of Python.
$ pyenv global 3.10
# Install PyArrow.
$ pip install pyarrow
Collecting pyarrow
Downloading pyarrow-10.0.1-cp310-cp310-macosx_11_0_arm64.whl (23.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.0/23.0 MB 7.5 MB/s eta
0:00:00
Collecting numpy>=1.16.6
Downloading numpy-1.24.0-cp310-cp310-macosx_11_0_arm64.whl (13.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/13.8 MB 5.3 MB/s eta
0:00:00
Installing collected packages: numpy, pyarrow
Successfully installed numpy-1.24.0 pyarrow-10.0.1
```
No next actions required from my side regarding this ticket and we can close
this.
--
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]