AttributeError: module 'grpc.experimental.aio' has no attribute 'Call' #173
Labels
api: pubsub
Issues related to the googleapis/python-pubsub API.
external
This issue is blocked on a bug with the actual product.
needs more info
This issue needs more information from the customer to proceed.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Uh oh!
There was an error while loading. Please reload this page.
I'm just trying to set up an HTTP-triggered Cloud Function that will act as a Webhook and upon receiving a POST request will publish a message. It seems simple enough, so I coded it up and deployed it. However, it kept crashing. So I tried running it locally using functions-framework, and found the culprit to be from
google.cloud import pubsub_v1
which is causing the errorAttributeError: module 'grpc.experimental.aio' has no attribute 'Call'
Environment details
Running on a Cloud Function with Python 3.7
Code example
main.py
requirements.txt
Stack trace
Thank you!
The text was updated successfully, but these errors were encountered: