FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Making grpcio install require fewer keystrokes. by dhermes · Pull Request #1815 · googleapis/google-cloud-python · GitHub

Making grpcio install require fewer keystrokes. - #1815

Merged
tseaver merged 3 commits into
googleapis:masterfrom
dhermes:grpc-notes
Jun 15, 2016
Merged

Making grpcio install require fewer keystrokes.#1815
tseaver merged 3 commits into
googleapis:masterfrom
dhermes:grpc-notes

Conversation

dhermes commented May 23, 2016

Copy link
Copy Markdown
Contributor
  • 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 added docs packaging api: bigtable Issues related to the Bigtable API. labels May 23, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 23, 2016

tseaver commented May 23, 2016

Copy link
Copy Markdown
Contributor

LGTM

Comment thread docs/bigtable-client-intro.rst Outdated

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.

dhermes added 2 commits June 6, 2016 23:07
- 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 commented Jun 7, 2016

Copy link
Copy Markdown
Contributor Author

@jgeewax PTAL. /cc @tseaver

Comment thread docs/bigtable-client-intro.rst Outdated
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 commented Jun 13, 2016

Copy link
Copy Markdown
Contributor

Minor comment re the banner -- otherwise LGTM 👍

tseaver commented Jun 13, 2016

Copy link
Copy Markdown
Contributor

Issue #1858 tracks the DRYness issue.

daspecster mentioned this pull request Jun 13, 2016
7 tasks
tseaver merged commit 835d2dc into googleapis:master Jun 15, 2016
dhermes deleted the grpc-notes branch September 28, 2016 03:30
parthea pushed a commit that referenced this pull request Nov 26, 2025
* fix: suppress deprecation warning for ADC

* secret

* lint
parthea pushed a commit that referenced this pull request Apr 1, 2026
* chore: enable order_by and limit for new compiler

* fix tests after merge main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL