pip - Installing h5py on ubuntu 15.04 -
on ubuntu 15.04 when try install h5py (both pip , setup.py) complains lack of hdf5.h file.
i did install python-dev
, libhdf5-dev
numpy==1.9.2
cython==0.22
i try installation within virtual environment although pip complains when try global installation.
full error: http://pastebin.com/c0ecehhe
Comments
Post a Comment