sighingnow / libclang

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

Unable to find installation candidates for libclang (16.0.0) #47

Closed LeonKalt closed 1 year ago

LeonKalt commented 1 year ago

Unable to find installation candidates for libclang (16.0.0) on ubuntu:22.04 amd64. Probably missing the Source Distribution

As libclang-15.0.6.1 works as expected

sighingnow commented 1 year ago

Can you take a try to download it from the official PyPI site:

pip3 install -U libclang -i https://pypi.org/simple

There might be some delay in some PyPI mirrors.