Future needs to be installed to run the futurize step on the generated proto files. Since gen_protos.py is called from setup.py before building, required packages are not installed yet. I tried using setup_requires in setup.py, but this also did not work.
This step only runs when the proto files are regenerated, so it shouldn't be too big of a problem. However, I'm open to suggestions if there is a better way to handle this. [ Full content available at: https://github.com/apache/beam/pull/6266 ] This message was relayed via gitbox.apache.org for [email protected]
