Skip to content
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

Closed
odidev opened this issue Nov 2, 2020 · 3 comments · Fixed by #3948
Closed

Wheel support for linux aarch64 #3517

odidev opened this issue Nov 2, 2020 · 3 comments · Fixed by #3948

Comments

@odidev
Copy link

odidev commented Nov 2, 2020

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.

@StrikerRUS
Copy link
Collaborator

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.
P.S. searching GitHub might be very useful in this case: https://github.com/search?p=2&q=qemu+filename%3Aazure-pipelines.yml&type=Code.

@seekingdeep
Copy link

@odidev but in the end does it build successfully?

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants