Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 535 Bytes

File metadata and controls

24 lines (16 loc) · 535 Bytes

Presidio Protobuf installation

This document describes how to install the specific protobuf versions used in Presidio

Python

Install specific grpcio-tools and proto versions:

pip install grpcio-tools==1.11.1
pip install googleapis-common-protos==1.5.0

Go

  1. Navigate to /Users/<user>/go/src/github.com/golang/protobuf

  2. 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}