You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "AnandInguva (via GitHub)" <gi...@apache.org> on 2023/03/10 19:20:03 UTC

[GitHub] [beam] AnandInguva commented on issue #25649: [Bug]: Building website changes fails with proto issues

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org