I was installing h5py on an Ubuntu server. However it seems to return an error that h5py.h is not found. It gives the same error message when I install it using
h5py.h
I had to install both libhdf5-dev and cython3 (Ubuntu 18.04 on arm64 device, Python 3.5).
libhdf5-dev
cython3
sudo apt install libhdf5-dev sudo apt install cython3