sighingnow / libclang

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

MacOS / x86_64 wheel missing on pypi.org #70

Closed julian-smith-artifex-com closed 3 months ago

julian-smith-artifex-com commented 3 months ago

Thanks for this project, i use it all the time.

I've started running into problems in the last couple of days because the latest release on pypi.org, 1.8.1.1, doesn't seem to have a wheel for MacOS / x86_64 - see https://pypi.org/project/libclang/#files.

pip install libclang attempts to build from source, but this doesn't install libclang.dylib so it fails at runtime.

In contrast, earlier releases come with a wheel on pypi.org, for example libclang-17.0.6-py2.py3-none-macosx_10_9_x86_64.whl.

Thanks again.

sighingnow commented 3 months ago

Hi @julian-smith-artifex-com,

Thanks a lot for raising this issue up! I have re-uploaded the wheel to pypi and it should work now.

Not sure why previous CI failed to download artifacts from the build step. Thanks a lot!