Could not find PROTOBUF Compiler
The following command worked for me.
apt-get install protobuf-compiler
I meet the same problem. I solved it by running following commands:
sudo apt-get remove protobuf-compiler
sudo apt-get install protobuf-compiler
I had tried to run just the second command, but it doesn't work.