-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wheel support for linux aarch64 #3517
Comments
Hello @odidev ! Thanks a lot for your interest and willing to help! Please refer to #3421. We decided to go with QEMU at Azure Pipelines to build ARM wheels (and possibly other available architectures) similarly to all other our artifacts. I'm trying to get familiar with QEMU first, but unfortunately don't have a lot of time to do this. I'll be very grateful for initial PR we can start working from. |
@odidev but in the end does it build successfully? |
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Summary
Installing LightGBM on aarch64 via pip using command "pip3 install LightGBM" tries to build wheel from source code
Problem description
LightGBM doesn't have wheel for aarch64 on PyPI repository. So, while installing LightGBM via pip on aarch64, pip builds wheel for same resulting in it takes more time to install LightGBM. Making wheel available for aarch64 will benefit aarch64 users by minimizing LightGBM installation time.
Expected Output
Pip should be able to download LightGBM wheel from PyPI repository rather than building it from source code.
@LightGBM-team, please let me know if I can help you building wheel/uploading to PyPI repository. I am curious to make LightGBM wheel available for aarch64. It will be a great opportunity for me to work with you.
The text was updated successfully, but these errors were encountered: