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 see there is a new instruction for installing DET.
I followed the instructions carefully, but I still got an error when installing DTM :
mn@MacBook-Pro:~/dash-evo-tool$ cargo build --release
warning: version requirement `0.9.34+deprecated` for dependency `serde_yaml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
Updating crates.io index
Updating git repository `https://github.com/dashpay/platform`
...
...
Compiling flex-error v0.4.4
Compiling num_enum v0.5.11
Compiling backtrace v0.3.74
Compiling darling_macro v0.20.10
error: failed to run custom build command for `tenderdash-proto v1.2.1+1.3.0 (https://github.com/dashpay/rs-tenderdash-abci?tag=v1.2.1+1.3.0#aad72f4d)`
Caused by:
process didn't exit successfully: `/Users/mn/dash-evo-tool/target/release/build/tenderdash-proto-5330b730d468f5a1/build-script-build` (exit status: 1)
--- stderr
[error] => failed to run: No such file or directory (os error 2)
warning: build failed, waiting for other jobs to finish...
mn@MacBook-Pro:~/dash-evo-tool$
Dash Evo Tool Github readme is missing important steps into a successful cargo build and cargo run of DET.
Including some that are present in the Github readme of TUI, but missing in the Github readme of Dash Evo Tool. DET devs should verify below additional install instructions of TUI and if applicable add them to the Github readme of DET :
''failed to run custom build command for `tenderdash-proto v1.2.1+1.3.0'' is most likely due to missing Protocol Buffers Compiler (Protoc). Since you are on a Macbook Pro , you will most likely need a Mac-specific protoc download. But maybe first verify if you indeed have no protoc on your system ? Ask ChatGPT how to verify that.
I see there is a new instruction for installing DET.
I followed the instructions carefully, but I still got an error when installing DTM :
full_log.txt
The text was updated successfully, but these errors were encountered: