can't install h5py (error failed building wheel for h5py)
Sebastian Wright
I m trying to install h5py on raspberry pi using
pip install h5pyand the installation always failed with
error:failed building wheel for h5py 4 2 Answers
Please trysudo -H pip3 install h5pyIt works for me.
please try sudo apt-get install libhdf5-dev