You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/30 16:59:17 UTC

[GitHub] [beam] damccorm commented on issue #24432: [Failing Test]: Python tests GHA failing on master

damccorm commented on issue #24432:
URL: https://github.com/apache/beam/issues/24432#issuecomment-1332467931

   Error is:
   
   ```
   × python setup.py egg_info did not run successfully.
     │ exit code: 1
     ╰─> [18 lines of output]
         org/apache/beam/model/interactive/v1/beam_interactive_api.proto:36:1: warning: Import google/protobuf/timestamp.proto is unused.
         Traceback (most recent call last):
           File "/opt/hostedtoolcache/Python/3.10.8/x64/bin/protoc-gen-mypy", line 5, in <module>
             from mypy_protobuf import main
           File "/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/mypy_protobuf.py", line 14, in <module>
             import six
         ModuleNotFoundError: No module named 'six'
         --mypy_out: protoc-gen-mypy: Plugin failed with status code 1.
         Traceback (most recent call last):
           File "<string>", line 2, in <module>
           File "<pip-setuptools-caller>", line [34](https://github.com/apache/beam/actions/runs/3585105935/jobs/6032653050#step:5:35), in <module>
           File "/home/runner/work/beam/beam/sdks/python/setup.py", line 180, in <module>
             generate_protos_first()
           File "/home/runner/work/beam/beam/sdks/python/setup.py", line 150, in generate_protos_first
             gen_protos.generate_proto_files()
           File "/home/runner/work/beam/beam/sdks/python/gen_protos.py", line 523, in generate_proto_files
             raise RuntimeError(
         RuntimeError: Protoc returned non-zero status (see logs for details): 1
         [end of output]
   ```


-- 
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