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
--
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/3c576af2-ccb4-4a8b-a8f5-4aff6825afae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.