lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

No arm64 manylinux wheels

Open rchui opened this issue 1 year ago • 4 comments

There are arm64 MaoOS wheels. There is also x86_64/amd64 manylinux, MacOS, and Windows wheels. However, there are no arm64 manylinux wheels.

rchui avatar Aug 08 '22 04:08 rchui

We'll take a look, thank you!

alshan avatar Aug 12 '22 17:08 alshan

Hi @rchui,
Unfortunately, we don't have an ARM-baed hardware setup. As ARM was perceived rather exotic (maybe wrongly) we didn't really dig into a crosscompiler-involved wheel building for the arm64 manylinux target.

Do you build Python wheels? Would appreciate an advice.

alshan avatar Aug 26 '22 18:08 alshan

@alshan When I build python wheels I usually use this: https://github.com/pypa/cibuildwheel running GH actions. I'm unfamiliar with how this particular library is built and tested.

rchui avatar Sep 02 '22 20:09 rchui

@rchui Could you try 2.5.0rc1? It includes arm64 manylinux wheels.

alshan avatar Sep 19 '22 20:09 alshan