AnandInguva commented on issue #25649: URL: https://github.com/apache/beam/issues/25649#issuecomment-1464283899
Okay. I figured out what was happening. `*_pb2.py` files are generated during sdist packaging. `setuptools` is not including them during sdist packaging. so we have to include `*_pb2.py` and `*_urns.py` files in `MANIFEST.in`. This solves one error and throws a different error then. That second error depends on tox isolated builds and I am working on the solution now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
