I am getting the below error when deploying my Django app:

ERROR: (gcloud.app.deploy) Error Response: [9] 
Application startup error! Code: APP_CONTAINER_CRASHED
  File 
"/env/lib/python3.6/site-packages/google/api_core/gapic_v1/method_async.py", 
line 20, in <module>
    from google.api_core import general_helpers, grpc_helpers_async
  File 
"/env/lib/python3.6/site-packages/google/api_core/grpc_helpers_async.py", 
line 145, in <module>
    class _WrappedStreamUnaryCall(_WrappedUnaryResponseMixin, 
_WrappedStreamRequestMixin, aio.StreamUnaryCall):
AttributeError: module 'grpc.experimental.aio' has no attribute 
'StreamUnaryCall'


There are modules I am using:
google-cloud-storage==1.28.1
google-cloud-logging==1.15.0
google-cloud-pubsub==1.5.0
google-cloud-profiler==1.1.0
google-cloud-kms==1.4.0
google-cloud-tasks==1.5.0
gunicorn==20.0.4
psycopg2==2.8.5
grpcio==1.27.2


-- 
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/312c55aa-1b0a-4432-80f2-b16304f6c482o%40googlegroups.com.

Reply via email to