Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

can't install h5py (error failed building wheel for h5py)

Writer Sebastian Wright

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
4

2 Answers

Please trysudo -H pip3 install h5pyIt works for me.

please try sudo apt-get install libhdf5-dev

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy