docker run --rm -u $(id -u) -v${PWD}:${PWD} -w${PWD} jaegertracing/protobuf:latest --proto_path=${PWD} --python_out=${PWD} /usr/include/github.com/gogo/protobuf/gogoproto/gogo.proto
Using the docker image in this repo: https://github.com/jaegertracing/docker-protobuf but it seems to be missing some dependencies. Is there an example somewhere of how I can generate Python code from the query protobuf and get all of the required dependencies? Thank you for your help!