You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: