grpc on davidchua https://dchua.com/tags/grpc/ Recent content in grpc on davidchua Hugo -- gohugo.io en-us Fri, 08 Apr 2016 00:00:00 +0000 Installing GRPC, Protobuf and its dependencies for Python Development https://dchua.com/posts/2016-04-08-installing-grpc-protobuf-and-its-dependencies-for-python-development/ Fri, 08 Apr 2016 00:00:00 +0000 https://dchua.com/posts/2016-04-08-installing-grpc-protobuf-and-its-dependencies-for-python-development/ Been having some trouble getting my local machine setup for GRPC development lately. Hopefully this quick walkthrough will help someone out. Prerequisites You’re on the Python 2.X branch. Python 3.X is currently not supported for the official grpc library Setup Install Protobuf $ pip install "protobuf>=3.0.0a2" Note: In order to support protobuf syntax 3, you’ll need to ensure your version of protobuf is at least 3.