Hi I get the following error:
grpc/init.py", line 22, in from grpc._cython import cygrpc as _cygrpc File "~/bin/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/python/runtime/sandbox.py", line 1095, in load_module raise ImportError('No module named %s' % fullname) ImportError: No module named grpc._cython.cygrpc
resulting from this code:
from google.cloud import language
in an App Engine Standard running locally (Python 2.7).
I have seen posts from a few years ago which say that certain google cloud libraries may not be supported for running on the standard environment or running locally. It is not clear from documentation (very different at the product page and github), the several bug reports and community discussions, whether I would be able to use the Google Cloud Natural Language API for the standard environment, locally, at this time, or not.
Is there any definitive documentation for this, or possibly some other reason for this error?