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
Unable to find libclang: "the `libclang` shared library at /usr/lib/libclang.so.17.0.6 could not be opened: libLLVM-17.so: cannot open shared object file: No such file or directory"
So I uninstalled llvm-libs 18.1 and installed 17.0.6. But now it asks for llvm 17.
rustc: error while loading shared libraries: libLLVM.so.18.1: cannot open shared object file: No such file or directory
error: could not compile `libspa-sys` (lib)
OS: Arch Linux 6.10.6-arch1-1
There is a dependency mismatch somewhere, but couldn't figure out where. Appreciate any help.
The text was updated successfully, but these errors were encountered:
Upon
cargo run
, I had llvm-libs 18.1 installed.So I uninstalled llvm-libs 18.1 and installed 17.0.6. But now it asks for llvm 17.
OS:
Arch Linux 6.10.6-arch1-1
There is a dependency mismatch somewhere, but couldn't figure out where. Appreciate any help.
The text was updated successfully, but these errors were encountered: