Open
Description
hmm. I installed my grpc with
$ brew tap grpc
$ brew install grpc/grpc
Then I tried to install grpc python with
$ sudo pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ curl -fsSL https://goo.gl/getgrpc | bash -s python
No error happened, but when I try to import google.protobuf in my python code, it complains google.protobuf cannot be found.
I'm able to
from grpc.beta import implementations
But the following line gives an error:
from google.protobuf import descriptor as _descriptor
ImportError: No module named google.protobuf
Metadata
Assignees
Labels
No labels
Activity