Our DAG needs h5py and we can't figure out how to install it

It appears to be missing h5py.so does anyone have a prebaked installation of this?

Ok, I think the issue it that Alpine is so minimal when we do a pip install tables h5py then it has to build things and we are then missing python build headers.

The simplest solution is to switch to a different Dockerfile using buster we used ap-airflow:1.10.07-buster-onbuild and this seems to work. Your documentation might also note that using latest isn’t so great. Lots of build problems when there is a silent update of the docker image :slight_smile: