Hi I’m new to Libra and attempting to run it by following the 5 commands via the try libra page. I’m compiling it on an Amazon Linux EC2 instance via running ./scripts/cli/start_cli_testnet.sh. I’ve updated cmake and protoc and am now stuck with an error when compiling admission-control-proto v0.1.0
This message repeats 16 times then fails. Does anyone have any idea why or suggestions about troubleshooting?
error[E0277]: the trait bound `proto::admission_control::SubmitTransactionRequest: prost::message::Message` is not satisfied
--> /home/ec2-user/gits/libra/target/debug/build/admission-control-proto-95f01606136fb654/out/admission_control.rs:135:24
|
135 | self.inner.unary(request.into_request(), path, codec).await
| ^^^^^ the trait `prost::message::Message` is not implemented for `proto::admission_control::SubmitTransactionRequest`
|
= note: required because of the requirements on the impl of `tonic::codec::Codec` for `tonic::codec::prost::ProstCodec<proto::admission_control::SubmitTransactionRequest, _>`