I work with python 3.5 and 2.7. We has two part of system. One part use python 2.7 and other - use 3.5. We start move first system on 3.5, but we can't do it fast. Now we need to connect this part of the system and we check grpcio.
P.S. Thank you for your answer and sorry for my endlish :) четверг, 15 сентября 2016 г., 7:23:10 UTC+3 пользователь Nathaniel Manista написал: > > On Wed, Sep 14, 2016 at 9:49 AM, <[email protected] <javascript:>> wrote: > >> Good evening. >> > > Good evening from California! > > I can't find any documentation to start grpc server use python 2.7. Any >> examples. >> > > All of our examples are supported to work with Python 2.7 and 3.4. > > In examples i found, to start grpc server use concurence, that only >> available in py3. >> > > You're correct that concurrent.futures was introduced into the standard > library in Python 3.2 > <https://docs.python.org/3/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module>, > > but it is available in Python 2.7 as a third-party package > <https://pypi.python.org/pypi/futures>. > > Thanks for the answer >> > > Thanks for the question. Would you be able to share with us why it is that > you are working with Python 2.7 rather than some version of Python 3? There > are many legitimate <https://hynek.me/articles/python3-2016/> reasons > <http://www.randalolson.com/2015/01/30/python-usage-survey-2014/>, but > we'd like to hear yours. > -Nathaniel > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/1edb17fa-e5c5-4af4-88ae-5ae8c1bbc7c2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
