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

[Guestbook App] - Adding GRPC libs. #4004

Merged
merged 1 commit into from
Jun 8, 2018
Merged

Conversation

smugcloud
Copy link

When running through the 'Getting Started' guide, the Guestbook app was not launching correctly because of the missing gRPC libraries:

Traceback (most recent call last):
  File "main.py", line 27, in <module>
    from vtdb import grpc_vtgate_client  # pylint: disable=unused-import
  File "/app/pkg/py-vtdb/vtdb/grpc_vtgate_client.py", line 24, in <module>
    import grpc
ImportError: No module named grpc

This PR modifies the Docker build process to include the gRPC libraries.

Signed-off-by: Nick Leli <nleli@newrelic.com>
@sougou sougou merged commit d9838bc into vitessio:master Jun 8, 2018
notfelineit pushed a commit to planetscale/vitess that referenced this pull request Mar 12, 2024
…n: Update singular workflow in traffic switcher (vitessio#4004)

* backport of 4002

* Adjust for v17 (no vtctldclient impl)

Signed-off-by: Matt Lord <mattalord@gmail.com>

---------

Signed-off-by: Matt Lord <mattalord@gmail.com>
Co-authored-by: Matt Lord <mattalord@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants