You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f'OpenBSD: libclang not available via pip; assuming `pkg_add py3-llvm`.')
1403
-
elifdarwinandplatform.machine() =='arm64':
1404
-
print(f'MacOS/arm64: forcing use of libclang 16.0.6 because 18.1.1 known to fail with `clang.cindex.TranslationUnitLoadError: Error parsing translation unit.`')
1405
-
ret.append('libclang==16.0.6')
1406
1403
elifdarwinandplatform_release_tuple() < (18,):
1407
1404
# There are still of problems when building on old macos.
0 commit comments