I m trying to install h5py on raspberry pi using
pip install h5py and the installation always failed with
error:failed building wheel for h5py 42 Answers
Please try sudo -H pip3 install h5py It works for me.
please try sudo apt-get install libhdf5-dev