build from source error: ModuleNotFoundError: No module named 'jobset'

49 views
Skip to first unread message

linco...@gmail.com

unread,
May 23, 2017, 4:51:32 AM5/23/17
to grpc.io

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'


OS: win10 x64
python 3.6.1
vs 2017

Nathaniel Manista

unread,
May 30, 2017, 8:18:48 PM5/30/17
to linco...@gmail.com, grpc.io
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
Reply all
Reply to author
Forward
0 new messages