abcbarryn commented on issue #34277: URL: https://github.com/apache/arrow/issues/34277#issuecomment-1445369802
Ok, with the proper settings/compile flags I was able to build a pyarrow version 5 wheel file that installs and works on my hardware from un-patched version 5 source. I made this somewhat portable and I have tested it on the system I had the issue on and also on a modern Centos 8 virtual machine. After downloading it can be installed with the command: pip install pyarrow-5.0.0-cp39-cp39-linux_x86_64.whl It is built for Python 3.9, and I have tested it with python 3.9.16. It is too big at 49MB to attach/upload directly, for here is a Google Drive link: [pyarrow version 5.0.0 wheel file with SIMD disabled, should install on most Linux systems](https://drive.google.com/drive/folders/1q5V5V0beatqrqwUjGZE2ybA648yPqtCm?usp=sharing) Try this if you have been getting an error of illegal instruction when running import pyarrow. -- 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]
