pip install grpcio-toolspython -m grpc_tools.protoc -Iproto --python_out=. --grpc_python_out=. proto/function_service.proto && python -m grpc_tools.protoc -Iproto --python_out=. proto/types.protopython function_server_demo.py 9000 9000 is the port that the server will listen on