im trying to install a protocol-buffer known as SentencePiece too, to alleviate the open vocabulary problems in neural machine translation .
I used this command as suggested on github documentation :
sudo apt-get install cmake build-essential pkg-config libgoogle-perftools-dev
it gives an error :
eventhough I have cuda10.1 installed .