Don't be skeptical. i have used this command. *"pip install grpcio==1.0.0"* The reason i asked this because with the older version of grpcio. We have used follwing import command.
*from grpc.framework.alpha.exceptions import ** But now we are changing to *from grpc.framework.interfaces.face.face import ** But both have different type of error. On Wed, Aug 31, 2016 at 6:32 PM, Nathaniel Manista <[email protected]> wrote: > On Wed, Aug 31, 2016 at 4:49 AM, vikash kumar <[email protected]> > wrote: > >> Here is one query. When i install " grpcio *0.11.0b0" then after >> completion of installation i got the following pkgs on grpc directory.* >> *Command used : in virtual Environment. < pip install grpcio==* >> >> >> *0.11.0b0>>* >> >> >> >> >> >> >> *ubuntu@dexter:~<path1>/build/python2.7/lib/python2.7/site-packages/grpc$ >> cd_adapter/ beta/ early_adopter/ framework/ >> _links/ubuntu@dexter:~<path1>/build/python2.7/lib/python2.7/site-packages/grpc$ >> cd framework/alpha/ base/ common/ core/ crust/ >> face/ foundation/ interfaces/* >> *But when i install * >> *"grpcio 1.0.0" some of the pkgs are not building. And i am not seeing >> any error msg as well.**Command used : in virtual environment. < pip >> install grpcio==**0.11.0b0>>* >> > > I'm skeptical that that's the command you used to install 1.0.0. > > >> >> >> >> >> >> *ubuntu@dexter:~<path1>/build/python2.7/lib/python2.7/site-packages/grpc$ >> cdbeta/ _cython/ >> framework/ubuntu@dexter:~<path1>/build/python2.7/lib/python2.7/site-packages/grpc$ >> cd framework/common/ foundation/ interfaces/* >> Is it correct or something i am missing here ? >> > > That's the difference a year (between 0.11.0b0 and 1.0.0) makes - > _adapter, early_adopter, and _links are gone, as well as other subpackages > under grpc.framework. What was in them wound up not being used along the > 1.0.0-and-later code paths. > -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/CAAZA208u-Cz5iDJg4d0JwumjVpQA3t7-R%3D9Yh0kqm7yKwPRfMg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
