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
I have installed a python package for clang and libclang version 14.0.6 and tried using it for one of the project i am working on
but i am getting following error clang.cindex.LibclangError: libclang-14.so: cannot open shared object file: No such file or directory. To provide a path to libclang use Config.set_library_path() or Config.set_library_file().
I am not getting this error when using LLVM library and setting LIBCLANG_PATH variable pointing to linclang.so.14 file
any other setup i have to do if i want to use python libclang package instead of llvm library??
The text was updated successfully, but these errors were encountered:
Hi
I have installed a python package for clang and libclang version 14.0.6 and tried using it for one of the project i am working on
but i am getting following error
clang.cindex.LibclangError: libclang-14.so: cannot open shared object file: No such file or directory. To provide a path to libclang use Config.set_library_path() or Config.set_library_file().
I am not getting this error when using LLVM library and setting LIBCLANG_PATH variable pointing to linclang.so.14 file
any other setup i have to do if i want to use python libclang package instead of llvm library??
The text was updated successfully, but these errors were encountered: