Closed julian-smith-artifex-com closed 8 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!
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 installlibclang.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.