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

Making grpcio install require fewer keystrokes. #1815

Merged
merged 3 commits into from
Jun 15, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented May 23, 2016

  • Adding an import error with a nice failure message in gcloud.bigtable in the absence of grpcio
  • Making setup.py include grpcio conditional on being Python 2.7
  • Adding a warning to every single Bigtable docs page explaining that it can't be used outside of Python 2.7

/cc @jgeewax

@dhermes dhermes added docs packaging api: bigtable Issues related to the Bigtable API. labels May 23, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 23, 2016
@tseaver
Copy link
Contributor

tseaver commented May 23, 2016

LGTM


gRPC is required for using the Cloud Bigtable API. As of May 2016,
``grpcio`` is only supported in Python 2.7, so importing
:mod:`gcloud.bigtable` will fail.

This comment was marked as spam.

This comment was marked as spam.

- Adding an import error with a nice failure message
  in `gcloud.bigtable` in the absence of `grpcio`
- Making `setup.py` include `grpcio` conditional on
  being Python 2.7
- Adding a warning to every single Bigtable docs page
  explaining that it can't be used outside of Python 2.7
@dhermes
Copy link
Contributor Author

dhermes commented Jun 7, 2016

@jgeewax PTAL. /cc @tseaver

@@ -5,7 +5,7 @@ Base for Everything

gRPC is required for using the Cloud Bigtable API. As of May 2016,
``grpcio`` is only supported in Python 2.7, so importing
:mod:`gcloud.bigtable` will fail.
:mod:`gcloud.bigtable` in other versions of Python in other versions of Python will fail.

This comment was marked as spam.

This comment was marked as spam.

@jgeewax
Copy link
Contributor

jgeewax commented Jun 13, 2016

Minor comment re the banner -- otherwise LGTM 👍

@tseaver
Copy link
Contributor

tseaver commented Jun 13, 2016

Issue #1858 tracks the DRYness issue.

@daspecster daspecster mentioned this pull request Jun 13, 2016
7 tasks
@tseaver tseaver merged commit 835d2dc into googleapis:master Jun 15, 2016
@dhermes dhermes deleted the grpc-notes branch September 28, 2016 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement. packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants