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 on PyPI for aarch64 #149

Open
robertodr opened this issue Mar 30, 2023 · 4 comments
Open

Wheel on PyPI for aarch64 #149

robertodr opened this issue Mar 30, 2023 · 4 comments

Comments

@robertodr
Copy link

robertodr commented Mar 30, 2023

Would it be possible to release a wheel on PyPI for aarch64? I am using a DevContainer on a M1 mac and Docker virtualizes arm64 to aarch64. The installation of kahypar fails, since neither a binary aarch64 nor a source distributions are available on PyPI.

@SebastianSchlag
Copy link
Member

Hey @robertodr, thanks for reaching out. I'll have to check whether this is possible using cibuildwheel, which we use to generate wheels for MacOS.

@SebastianSchlag
Copy link
Member

One thing you could try to unblock yourself in the meantime would be to try to install the python package manually by following the instructions outlined here: https://github.com/kahypar/kahypar#the-python-interface

@robertodr
Copy link
Author

It builds fine on aarch64 following the instructions. cibuildwheel supports aarch64 for Linux through QEMU, though I haven't tried it myself.

@SebastianSchlag
Copy link
Member

Thanks for confirming and for the pointer. If I find some time to spare in the next couple of weeks, I can take a look at creating wheels for aarch64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants