On Fri, Sep 17, 2021 at 11:31 PM 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
Hi!
We do ship wheels for M1, see the `macos_{version}_arm64` and
`macos_{version}_universal2` platform tags on PyPI [1].
Based on the attached logs, you're trying to install pyarrow for pypy
- rather than cpython - which we don't ship wheels for.
You can either try to install pyarrow under conda or using pip but with cpython.
[1]: https://pypi.org/project/pyarrow/#files
>
> 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