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/CAEOYnAQiV26E44%3DLTUs2BMeZEC3pr9NQz6piHrck62dXMLXttQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
