pyrobuf
pyrobuf copied to clipboard
pyrobuf_modules for proto3
It seems when I specify pyrobuf_modules in setup.py its hard-coded to use proto2 parser rather than proto3. Am I missing something or was this missed when adding support for proto3.
You need to add the flag --proto3
when running pyrobuf on proto3 specs.
You need to add the flag
--proto3
when running pyrobuf on proto3 specs.
A little late reply, but the OP is asking for proto3 in the usecase of creating a setup.py for the compiled modules as seen in the readme here: https://github.com/appnexus/pyrobuf#distributing-a-python-package-with-pyrobuf-modules Just like @samirkut I have yet to find a way to pass that to the Compiler() class from the easy_install carousel.