-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.needs more infoThis issue needs more information from the customer to proceed.This issue needs more information from the customer to proceed.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Hi Folks,
when importing from google.cloud import datastore we are getting the following error.
from google.cloud import datastore
AttributeError: module 'grpc.experimental.aio' has no attribute 'UnaryUnaryCall'
Using the following version google-cloud-datastore==1.10.0
Is this a known issue?
Environment details
- OS type and version: /
- Python version: python 3.7
- pip version:
20.0.2 google-cloud-datastoreversion: 1.10.0
Steps to reproduce
- import datastore
Code example
from google.cloud import datastoreStack trace
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.needs more infoThis issue needs more information from the customer to proceed.This issue needs more information from the customer to proceed.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.