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

Reply via email to