How to run Python examples with gRPC built from sources?
30 views
Skip to first unread message
mohamed.m...@gmail.com
unread,
Apr 7, 2018, 5:23:39 PM4/7/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi gRPC!
I have a question about running Python examples and working with gRPC Python in general.
How to build/install the gRPC Python from sources so that I can use it for example with the examples? Right now I followed the tutorial and installed grpcio and grpc-tools in a virtualenv to run the examples but I want to use a build from source.
Additionally, how can I "make clean" the Cython files I built with "setup.py"?
Thanks.
Eric Gribkoff
unread,
Apr 11, 2018, 1:28:44 PM4/11/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mohamed Ali, grpc.io
This (locally building and installing from source) is an area that hasn't gotten much love since a few years ago when we shifted focus to distributing wheels as our primary means of making gRPC Python available. I suspect the current state of affairs is something along the lines of "it is what it is" - follow the code to see how our wheel-building works and along the way some documentation will be right, some will be wrong, and some will be missing. We would happily accept any corrections or improvements you would wish to contribute. :-)