abcbarryn commented on issue #34268: URL: https://github.com/apache/arrow/issues/34268#issuecomment-1437650714
I was simply running pip install pyarrow, it appears to build and install fine on the affected systems, but that as soon as you try to import it, it throws an illegal instruction. I went to the trrouble of installing Anaconda and ran: conda install pyarrow I got the same result on this system: (base) static1:~ # python Python 3.9.13 (main, Aug 25 2022, 23:26:10) [GCC 11.2.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pyarrow Illegal instruction (base) static1:~ # -- 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]
