kennknowles commented on issue #24787: URL: https://github.com/apache/beam/issues/24787#issuecomment-1371346365
Actually I read that wrong. Anyhow here is the failure I am seeing (also you can see it in the scan): ``` >>> RUNNING integration tests with pipeline options: --runner=TestDirectRunner --project=apache-beam-testing --region=us-central1 --staging_location=gs://temp-storage-for-end-to-end-tests/staging-it --temp_location=gs://temp-storage-for-end-to-end-tests/temp-it --output=gs://temp-storage-for-end-to-end-tests/py-it-cloud/output --sdk_location=build/apache-beam.tar.gz --requirements_file=postcommit_requirements.txt --num_workers=1 --sleep_secs=20 --kms_key_name=projects/apache-beam-testing/locations/global/keyRings/beam-it/cryptoKeys/test --dataflow_kms_key=projects/apache-beam-testing/locations/global/keyRings/beam-it/cryptoKeys/test | -- | -- | >>> pytest options: --capture=no --numprocesses=8 --timeout=4500 --color=yes --log-cli-level=INFO | | >>> collect markers: -m=uses_sklearn and it_postcommit | | ImportError while loading conftest '/Users/klk/GitHub/apache/beam/sdks/python/conftest.py'. | | conftest.py:22: in <module> | | from apache_beam.options import pipeline_options | | apache_beam/__init__.py:92: in <module> | | from apache_beam import coders | | apache_beam/coders/__init__.py:17: in <module> | | from apache_beam.coders.coders import * | | apache_beam/coders/coders.py:59: in <module> | | from apache_beam.coders import coder_impl | | apache_beam/coders/coder_impl.py:57: in <module> | | from fastavro import parse_schema | | ../../build/gradleenv/1398941893/lib/python3.9/site-packages/fastavro/__init__.py:47: in <module> | | import fastavro.read | | ../../build/gradleenv/1398941893/lib/python3.9/site-packages/fastavro/read.py:4: in <module> | | from . import _read_py as _read # type: ignore | | ../../build/gradleenv/1398941893/lib/python3.9/site-packages/fastavro/_read_py.py:11: in <module> | | import lzma | | /Users/klk/.pyenv/versions/3.9.11/lib/python3.9/lzma.py:27: in <module> | | from _lzma import * | | E ModuleNotFoundError: No module named '_lzma' | | | | FAILURE: Build failed with an exception. ``` -- 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]
