Dear Steven, I am using Arrow on Apple M1. I would recommend to install Python with Mambaforge, see installation details here: https://github.com/conda- forge/miniforge.
Then you will be able to install pyarrow with conda without problem. Looking at your log, Pip fail to find a pyarrow binary wheel compatible with M1. On miniforge/mambaforge side, conda will find compatible packages from conda-forge repository (thanks to the hard work of people building those packages for us, see: https://twitter.com/xhochy/status/1348596110676389889?s=20). Best Regards, Bruno. On September 18, 2021, Steven Hurwitt <[email protected]> wrote: > Has anyone been able to install pyarrow on an m1 mac for python 3.7? I > am using pyenv and trying to install using > > pip install pyarrow > > in my pyenv-virtualenv. It seems there's an issue with my c++ > compiler. I am using cmake from the website and c++ from xcode-select. > > Logs are attached, if anyone has any insight I would appreciate it! > > Thanks, > Steven
