jorisvandenbossche commented on issue #33950: URL: https://github.com/apache/arrow/issues/33950#issuecomment-1410550368
@JamesTev thanks for the report. First, it's not clear to me why it's not installing a pre-compiled wheel. We do have wheels for Mac arm64 for Python 3.8 (pyarrow-11.0.0-cp38-cp38-macosx_11_0_arm64.whl on https://pypi.org/project/pyarrow/#files). I _would_ think this is a suitable wheel for you. What message do you get if you do `pip install pyarrow --only-binary :all:`? Secondly, if it falls back to installing from a source distribution, it assumes that the Arrow C++ library is already installed on your system. It seems to find an Arrow installation at `/opt/homebrew/lib/libarrow.1000.1.0.dylib`. However, that's version 10.0, while you are installing pyarrow 11.0, so that is certainly not guaranteed to work (well, more guaranteed to fail .. I am wondering if setup.py should check that that it is finding the correct version). -- 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]
