This document describes how to install the specific protobuf versions used in Presidio
Install specific grpcio-tools and proto versions:
pip install grpcio-tools==1.11.1
pip install googleapis-common-protos==1.5.0-
Navigate to
/Users/<user>/go/src/github.com/golang/protobuf -
Run
git checkout v1.2.0
curl -OL https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-osx-x86_64.zip
unzip protoc-3.6.1-osx-x86_64.zip -d {$GOPATH}