You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, protol's protoc command relies on system calls to the protoc executable. Since protoc is not available as a PyPI package, this creates challenges for Python projects that manage dependencies exclusively via pip. While the grpcio-tools package provides protoc functionality, it can only be accessed through python -m grpc_tools.protoc.
Would it be possible to add an option to allow users to specify how protoc is invoked?
The text was updated successfully, but these errors were encountered:
Thank you for creating this valuable package!
Currently,
protol
'sprotoc
command relies on system calls to theprotoc
executable. Sinceprotoc
is not available as a PyPI package, this creates challenges for Python projects that manage dependencies exclusively viapip
. While thegrpcio-tools
package providesprotoc
functionality, it can only be accessed throughpython -m grpc_tools.protoc
.Would it be possible to add an option to allow users to specify how
protoc
is invoked?The text was updated successfully, but these errors were encountered: