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
As there is no target folder inside my rust-hedera-sdk. So ran the command cargo build for creating a new build but the build process failed with error error: failed to run custom build command for hedera v0.4.2-alpha.0 (/home/rejolut/projects/hedera_javascript/rust_hedera_sdk)process didn't exit successfully:/home/rejolut/projects/hedera_javascript/rust_hedera_sdk/target/debug/build/hedera-db055b64f2c8b32a/build-script-build(exit code: 101) --- stderr thread 'main' panicked at 'protoc version: Custom { kind: NotFound, error: StringError("failed to spawn"protoc" "--version": No such file or directory (os error 2)") }', src/libcore/result.rs:997:5 note: Run with RUST_BACKTRACE=1environment variable to display a backtrace.
The text was updated successfully, but these errors were encountered:
@ilyakmet I did installed google protobuf and it passed the make test but still the issue persists. Is there any special version that I need to install.
As there is no target folder inside my rust-hedera-sdk. So ran the command
cargo build for creating a new build but the build process failed with error
error: failed to run custom build command for
hedera v0.4.2-alpha.0 (/home/rejolut/projects/hedera_javascript/rust_hedera_sdk)process didn't exit successfully:
/home/rejolut/projects/hedera_javascript/rust_hedera_sdk/target/debug/build/hedera-db055b64f2c8b32a/build-script-build(exit code: 101) --- stderr thread 'main' panicked at 'protoc version: Custom { kind: NotFound, error: StringError("failed to spawn
"protoc" "--version": No such file or directory (os error 2)") }', src/libcore/result.rs:997:5 note: Run with
RUST_BACKTRACE=1environment variable to display a backtrace.
The text was updated successfully, but these errors were encountered: