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 am receiving the following error when I try to compile using rust:
thread 'main' panicked at 'Unable to find libclang: "couldn\'t find any of [\'libclang.so\', \'libclang.so.*\', \'libclang-*.so\'], set the LIBCLANG_PATH environment variable to a path where one of these files can be found (skipped: [])"', /home/drenea/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.36.1/src/lib.rs:1521:31
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
However, I have set $LIBCLANG_PATH to /path/to/software/anaconda3/envs/libclang/lib which contains the following directories and files:
Hi @drneavin ,
I am trying to compile using Rust and encounter the same issue as you. I was wondering if you were able to figure this out and have any advice?
Thank you!
Hello,
I am receiving the following error when I try to compile using rust:
However, I have set $LIBCLANG_PATH to
/path/to/software/anaconda3/envs/libclang/lib
which contains the following directories and files:and clearly has libclang.so.
Not sure how to fix this or if this is a problem with the HPC that I am using.
Thanks for your help!
The text was updated successfully, but these errors were encountered: