ProvableHQ / welcome

👋 Welcome to Provable! Zero-Knowledge is Finally Here 🚀
https://provable.com
GNU General Public License v3.0
321 stars 217 forks source link

installing snarkOS #294

Open Seeta2525 opened 1 year ago

Seeta2525 commented 1 year ago

error: failed to run custom build command for librocksdb-sys v0.11.0+8.1.1

Caused by: process didn't exit successfully: C:\Users\new\AppData\Local\Temp\cargo-installif0bXO\release\build\librocksdb-sys-c31440a21a37b744\build-script-build (exit code: 101) --- stderr thread 'main' panicked at C:\Users\new.cargo\registry\src\index.crates.io-6f17d22bba15001f\bindgen-0.65.1\lib.rs:603:31: Unable to find libclang: "couldn't find any valid shared libraries matching: ['clang.dll', 'libclang.dll'], set the LIBCLANG_PATH environment variable to a path where one of these files can be found (invalid: [])" note: run with RUST_BACKTRACE=1 environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... error: failed to compile snarkos v2.1.7, intermediate artifacts can be found at C:\Users\new\AppData\Local\Temp\cargo-installif0bXO. To reuse those artifacts with a future compilation, set the environment variable CARGO_TARGET_DIR to that path.

Seeta2525 commented 1 year ago

please help me

liolikus commented 1 year ago

https://github.com/llvm/llvm-project/releases try to install the latest Clang

jasonkwm commented 1 year ago

This solution works! <3