That was it. Thank you very much! On Tue, Jul 26, 2016 at 2:04 PM, Nathaniel Manista <[email protected]> wrote:
> On Tue, Jul 26, 2016 at 10:50 AM, Crosson, Amber < > [email protected]> wrote: > >> Actually, I'm having an issue running the existing multiplex example out >> of the box: I'm getting an error that server() takes at least 2 arguments, >> but only one is given, in line 135 of multiplex_server.py. Do you have any >> thoughts about that? >> > > There's exactly one API change between 0.15 and 1.0.0rc1 > <https://github.com/grpc/grpc/pull/7160> and I suspect you're hitting it. > Make sure that you have grpcio 1.0.0rc1 installed (you will have to pass > "--pre" to pip, as in "pip install --upgrade --pre grpcio==1.0.0rc1"). > -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]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAB%3DpN3u8xZqMnopM047pw34nCtMb-6CBbCHhCDp5p-57V%2B_%2BwQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
