dhermes / gcloud-python-bigtable

Early Attempt at Supporting Google Cloud Bigtable (an extension to gcloud-python)
http://gcloud-python-bigtable.readthedocs.org/en/latest/
Apache License 2.0
3 stars 3 forks source link

Out-of-date install instructions? #12

Open geigerj opened 9 years ago

geigerj commented 9 years ago

[@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.

dhermes commented 9 years ago

@geigerj Thanks for filing! I didn't realize people were following along at this repo.

I'm trying to wrap up the HappyBase port in the next few days and then will work on moving from alpha to beta.