gokselk opened a new issue, #426: URL: https://github.com/apache/arrow-datafusion-python/issues/426
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Currently, when installing the DataFusion from pip, pre-built wheel is only available for x86_64 architecture on Linux. As a user on a Linux aarch64 (ARM64) system, I face challenges since the pre-built wheel is not compatible with my platform. As a result, I am forced to build the wheel from source, which is time-consuming and requires additional dependencies. **Describe the solution you'd like** I would like to request pre-built DataFusion wheel specifically for the Linux aarch64 (ARM64) architecture. By providing a pre-built wheel for this platform, users like myself can easily install DataFusion without the need to build it from source, simplifying the installation process and reducing potential errors or mismatches in dependencies. **Describe alternatives you've considered** The current workaround for Linux aarch64 users is to build the DataFusion wheel from source, but this process can be complicated and error-prone, especially for less experienced users. **Additional context** Considering the increasing popularity of ARM-based systems and their adoption in various fields, having a pre-built DataFusion wheel specifically for Linux aarch64 will significantly enhance the usability and accessibility of DataFusion in such environments. -- 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]
