when run the spec using gauge on windows system, I get the error message below:
gauge\plugins\python\0.3.15\start.py", line 9, in <module>
import grpc
ModuleNotFoundError: No module named 'grpc'
Error occurred while waiting for runner process to finish.
Is there anyone had some ideas?
According to docs, upgrade your pip to version 9 or higher. Then use the following commands:
$ python -m pip install grpcio
$ python -m pip install grpcio-tools
pip install grpcio
pip install grpcio-tools
these operations works for me
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With