sighingnow / libclang

(Unofficial) Release libclang (clang.cindex) on pypi.
https://pypi.org/project/libclang
Other
84 stars 21 forks source link

No AArch64 wheel #11

Closed hrw closed 3 years ago

hrw commented 3 years ago

Tensorflow started to depend on libclang which broke builds on AArch64 architecture.

Please consider building wheel for AArch64 (manylinux2014 container is present for it).

hrw commented 3 years ago
00:04:36 + pip wheel libclang~=12.0.0
00:04:38 Looking in indexes: https://pypi.org/simple, https://snapshots.linaro.org/ldcg/python-cache/
00:04:39 ERROR: Could not find a version that satisfies the requirement libclang~=12.0.0 (from versions: none)
00:04:39 ERROR: No matching distribution found for libclang~=12.0.0

You could provide sources at least to make it buildable...

sighingnow commented 3 years ago

I will try to provide a prebuilt package for aarch64 with qemu, at least for Linux.

sighingnow commented 3 years ago

Hi @hrw,

I have add prebuilt wheel packages for both 11.1.0 (tensorflow depends on that version) and 12.0.0 on pypi for with ABI manylinux2014_aarch64.

Thanks for bring this issue up!