-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Description
What version of gRPC and what language are you using?
1.28.x, pip3 (although I have the same issue with 2.7)
What operating system (Linux, Windows,...) and version?
Ubuntu 19.04
What runtime / compiler are you using (e.g. python version or version of gcc)
gcc 8.3
What did you do?
git clone -b v1.28.x https://github.com/grpc/grpc
cd grpc
git submodule update --init
GRPC_PYTHON_BUILD_WITH_CYTHON=1 sudo pip3 install .
What did you expect to see?
Success?
What did you see instead?
attached (I hope)
err.txt
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
See TROUBLESHOOTING.md for how to diagnose problems better.
Anything else we should know about your project / environment?
Reactions are currently unavailable