On Wed, Aug 31, 2016 at 6:35 AM, vikash kumar <[email protected]> wrote:
> 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 ** > Is there some documentation steering you toward using this import? But both have different type of error. > As of grpc 0.15.0 and later, we recommend making use of the final API with its much shorter names - grpc.RpcError, grpc.insecure_channel, grpc.Server, and so forth. -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/CAEOYnARXDJh6SHycfXUbQRZPm8-rcrX-T4cJVGGv3t3nJc3hvg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
