-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Merge gcloud_bigtable as gcloud.bigtable #1212
Comments
Totally related, however the goal hasn't changed, right?
The layout of the distribution (#1159) is the implementation detail, right? |
True that. Good call. Thanks for bringing me back down to earth. We really should revive the conversation in #1159. |
It sounds to me that resolving #1159 is a big task, and not something we can do all that quickly, however we have some folks really pushing to make gcloud-python look (somewhat) like how this issue describes it before the end of the year. @dhermes : Can you help me understand:
|
This is in progress now |
Just FYI, I'm seeing the following installation work on Ubuntu, haven't tested on Mac yet: $ sudo apt-get install -y python-pip
$ sudo pip install -U six
$ sudo pip install https://testpypi.python.org/packages/source/g/grpcio/grpcio-0.13.0rc2.tar.gz#md5=40bb88e3184dc4fba0da6939d8756041 It's a pre-release, but if we can call it "good" then this means we can add gRPC as a dependency, right? |
Once it's on PyPI, I'd say yes (but haven't verified). |
I just installed it but haven't verified it works yet (the 0.13 code is different from the beta code which was different from the alpha code). |
@dhermes do you have a rough estimate of when will gcloud upgrade to grpcio==0.13 ? Is there an open issue for it that I can subscribe? |
Will take another stab at it today. I tried before and was stymied by the fact that the |
The merge is done, everything from here is just clean-up. |
/cc @dhermes
Ideally, the way this would work is:
Instructions would say something like:
The
check_grpc
script would give us info on the user's set-up so we can help figure out what's broken...Stuff we still need to do:
The text was updated successfully, but these errors were encountered: