To close this thread for future readers -- grpcio is a built in library that can be added through your app.yaml: https://cloud.google.com/appengine/docs/standard/python/tools/using-libraries-python-27
On Friday, December 6, 2019 at 5:17:18 AM UTC-8, Dan Massey wrote: > > > Hi all, > > I'm trying to connect from a Python 2.7 AppEngine Standard app to a gRPC > server. I've seen in a few places (including this group > <https://groups.google.com/d/msg/google-appengine/Yl7E0Ff7uH8/lxU5VInHBQAJ>) > that this should be possible. > > Unfortunately, I am unable to import grpc, due to an import error > (ImportError: cannot import name cygrpc). > > Two questions: > 1) Should it be possible to send a request from GAE Standard to a gRPC > server? > 2) If so, does anyone have a code snippet or example of how to do this? > > Thanks for your help > Dan > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/026ac93d-45be-432c-a258-b52aed0cb489%40googlegroups.com.
