Hi Zach, I just ran into this trying to get up and running myself - I think the package versions on pypi have not been updated from this issue? https://github.com/grpc/grpc/issues/6935
Anyway, in the meantime I just installed grpc from master into my virtualenv (as per that issue) with GRPC_PYTHON_BUILD_WITH_CYTHON=1 venv/bin/pip install --upgrade . Hope that helps! On Thursday, June 30, 2016 at 3:23:28 PM UTC-7, Zachary Deretsky wrote: > > My code exhibits the same problem as the example helloworld: > > zach@Roma:/DEV/STAGE/grpc/examples/python/helloworld$ python > greeter_server.py > Traceback (most recent call last): > File "greeter_server.py", line 34, in <module> > import helloworld_pb2 > File "/DEV/STAGE/grpc/examples/python/helloworld/helloworld_pb2.py", > line 112, in <module> > from grpc.beta import implementations as beta_implementations > File > "/usr/local/lib/python2.7/dist-packages/grpc/beta/implementations.py", line > 39, in <module> > from grpc import _auth > File "/usr/local/lib/python2.7/dist-packages/grpc/_auth.py", line 43, in > <module> > class GoogleCallCredentials(grpc.AuthMetadataPlugin): > AttributeError: 'module' object has no attribute 'AuthMetadataPlugin' > > I did ran pip install grpcio and pip install grpcio-tools > > Thanks, Zach. > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/e9d1cfbe-81a9-4bd4-879c-b925f300a145%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
