Could not find `protoc`
When running cargo build
on Ubuntu (on Raspberry PI 4), I get an "Could not find protoc
" error.
I did read the "Setup your environment" paragraph.
When running cargo build
on Ubuntu (on Raspberry PI 4), I get an "Could not find protoc
" error.
I did read the "Setup your environment" paragraph.
assigned to @c-geek
It seems that on Ubuntu, the following command resolves the issue:
sudo apt install protobuf-compiler
closed