On Tue, May 23, 2017 at 1:51 AM, <[email protected]> wrote:

> BUILD FROM SOURCE
>
> You only need to go through these steps if you are planning to develop
> gRPC C#. If you are a user of gRPC C#, go to Usage section above.
>
> Windows, Linux or Mac OS X
>
>    -
>
>    The easiest way to build is using the run_tests.py script that will
>    take care of building the grpc_csharp_ext native library:
>
>    # from the gRPC repository root
>    $ python tools/run_tests/run_tests.py -c dbg -l csharp --build_only
>
>
>
> according the guidlines :
> i got the following error :
>
> PS D:\grpc> python tools/run_tests/run_tests.py -c dbg -l csharp
> --build_only
> Traceback (most recent call last):
>   File "tools/run_tests/run_tests.py", line 62, in <module>
>     import python_utils.start_port_server as start_port_server
>   File "D:\grpc\tools\run_tests\python_utils\start_port_server.py", line
> 33, in <module>
>     import jobset
> ModuleNotFoundError: No module named 'jobset'
>

What strikes me most here is the "python" on your command line; that may
not be wrong but it's at least different from how we execute run_tests.py.
Does the problem also occur if you just execute
"./tools/run_tests/run_tests.py -c dbg -l csharp --build_only"?

OS: win10 x64
> python 3.6.1
>

Woohoo Python 3!
-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/CAEOYnARRDnpt%3D78b_HYLTAZsdDn0tuo9F10v6xVesybtY_bCEQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to