[@nathanielmanistaatgoogle] Following the "Installing gRPC" instructions in the documentation seems result in an out-of-date version of grpc_python_plugin being installed; as a result, protoc generates methods labelled "early release" rather than "beta". This caused me some problems when I tried to run the the helloworld examples here, as the generated gRPC code did not match the example client and server implementations.
[@nathanielmanistaatgoogle] Following the "Installing gRPC" instructions in the documentation seems result in an out-of-date version of grpc_python_plugin being installed; as a result, protoc generates methods labelled "early release" rather than "beta". This caused me some problems when I tried to run the the helloworld examples here, as the generated gRPC code did not match the example client and server implementations.