-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Avoid protobuf 3.0.0.b2.post1. #1571
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
Avoid protobuf 3.0.0.b2.post1. #1571
Conversation
Did you mean to close? I would say I couldn't verify the syntax for the |
The syntax was right, but I ran into other stupidity, and lost the will to live. :) |
Branch has conflicts? |
Also the CLA check is the only check that ran |
grpcio 0.13.0 is broken on UCS2 Python 2.7.
grpc/grpc#5280 defeated me. I need to back out the forced use of grpcio in the |
@dhermes PTAL |
PYTHONPATH = | ||
# Until grpcio 0.13.1 ships, this environment is broken on UCS2 builds. | ||
# See: https://github.com/grpc/grpc/issues/5280 and | ||
# https://github.com/grpc/grpc/pull/5319 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
LGTM. One day gRPC will be able to play with the big kids :) |
what is the actual fix here? brought here by #1570, saying the issue was fixed in this issue, but this conversation seems pretty unintelligible to me. |
Our fix is just to avoid a b0rken version that the If you have a stacktrace that seems to contradict, please post it on that issue or open a new one. |
See: #1570