Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'aio' from 'grpc.experimental' #45

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: eec2c302b50e6db0c713fb84b71b8d75cfad5dc6d4dffc78e9f69ba0008f5ede

build:
number: 0
number: 1

requirements:
host:
Expand Down Expand Up @@ -59,13 +59,14 @@ outputs:
requirements:
host:
- python
- grpcio >=1.8.2,<2.0dev
- grpcio >=1.29.0,<2.0dev
run:
- {{ pin_subpackage(name, min_pin='x.x', max_pin='x.x') }}
- grpcio >=1.8.2
test:
imports:
- google.api_core
- google.api_core.gapic_v1
about:
home: https://github.com/googleapis/python-api-core
license: Apache-2.0
Expand Down