sighingnow / libclang

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

macosx arm64 binaries missing in pypi for 14.0.1 #28

Closed forrestrice closed 2 years ago

forrestrice commented 2 years ago

Hello, I am having some difficulties with a project on an M1 that depends on tensorflow-macos which uses libclang. I have solved this for now by pinning version 13. I can provide a more detailed example if it would be helpful, but the easiest way to see the issue is to compare the files available in version 13.0.0 with version 14.0.1.

sighingnow commented 2 years ago

Unfortunately I didn't have access to a M1 Mac machine.

I will try to find a builder today to build such an artifact and upload to pypi.

sighingnow commented 2 years ago

Hello, I am having some difficulties with a project on an M1 that depends on tensorflow-macos which uses libclang. I have solved this for now by pinning version 13. I can provide a more detailed example if it would be helpful, but the easiest way to see the issue is to compare the files available in version 13.0.0 with version 14.0.1.

Hi @forrestrice,

I have just uploaded the m1 mac artifacts to pypi.

Thanks the help from @septicmk!