On Ubuntu 15.04 when I try to install h5py (both pip and setup.py) it complains about lack of hdf5.h file.
I did install python-dev
and libhdf5-dev
numpy==1.9.2
Cython==0.22
I try to do installation within virtual environment although pip complains also when I try to do global installation.
Full error: http://pastebin.com/C0ECeHHE