Kyle Weaver created BEAM-8171:
---------------------------------
Summary: Python container build fails
Key: BEAM-8171
URL: https://issues.apache.org/jira/browse/BEAM-8171
Project: Beam
Issue Type: Bug
Components: sdk-py-harness
Reporter: Kyle Weaver
> Task :sdks:python:container:py3:docker
The command '/bin/sh -c pip install -r /tmp/base_image_requirements.txt &&
python -c "from google.protobuf.internal import api_implementation; assert
api_implementation._default_implementation_type == 'cpp'; print ('Verified fast
protobuf used.')" && rm -rf /root/.cache/pip' returned a non-zero code: 1
This also happens for py2.
Looks like this dependency might be causing the error:
16:47:51.893 [INFO] [system.out] Loading library to get version: libhdf5.so
16:47:51.893 [INFO] [system.out] error: libhdf5.so: cannot open shared object
file: No such file or directory
16:47:51.893 [INFO] [system.out] ----------------------------------------
16:47:51.893 [INFO] [system.out] ERROR: Failed building wheel for h5py
--
This message was sent by Atlassian Jira
(v8.3.2#803003)