evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
10.74k stars 498 forks source link

/usr/bin/python: No module named grpc_tools #137

Closed letmebecome closed 6 years ago

letmebecome commented 6 years ago

I have problem when use make command:

this is log:

make[1]: Entering directory '~/Apps/firewall/opensnitch/proto'
python -m grpc_tools.protoc -I. --python_out=../ui/opensnitch/ --grpc_python_out=../ui/opensnitch/ ui.proto
/usr/bin/python: No module named grpc_tools
Makefile:7: recipe for target '../ui/ui_pb2.py' failed
make[1]: *** [../ui/ui_pb2.py] Error 1
make[1]: Leaving directory '~/Apps/firewall/opensnitch/proto'
Makefile:8: recipe for target 'protocol' failed
make: *** [protocol] Error 2

please help me

fcafra commented 6 years ago

@letmebecome try to pip install grpcio-tools