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