hdf5.h in OpenSUSE Leap for PyMC3 Installation

Hey guys,

I’m struggling with the installation of PyMC3 for Python 3.4 in Leap 42.2 - obviously hdf5.h is missed, so the dependency h5py is not installable.
The installation via pip3 ends with:

    In file included from /tmp/pip-build-1yb351yd/h5py/h5py/defs.c:300:0:
    /tmp/pip-build-1yb351yd/h5py/h5py/api_compat.h:27:18: fatal error: hdf5.h: No such file or directory
     #include "hdf5.h"
                      ^
    compilation terminated.
    Autodetection skipped [libhdf5.so: cannot open shared object file: No such file or directory]
    error: command 'gcc' failed with exit status 1


In tumbleweed it works fine. What can I do here? All libhdf5-dev libs seem to be missed in Leap.

Thx in advance,
Reiti

On 42.2, hdf5-devel contains all these files.

thx! solved the problem :slight_smile: