We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can see this in the Requires Distributions on Pypi
grpcio still does not work in python3, making python3 projects unable to use the latest gcloud-python module.
You can see this is caused by https://github.com/GoogleCloudPlatform/gcloud-python/blob/0.16.0/setup.py#L29 where it is done if it is built in python2.7, even though it may be installed in python3
You can see this in the Requires Distributions on Pypi
grpcio still does not work in python3, making python3 projects unable to use the latest gcloud-python module.
You can see this is caused by https://github.com/GoogleCloudPlatform/gcloud-python/blob/0.16.0/setup.py#L29 where it is done if it is built in python2.7, even though it may be installed in python3