How to Install PyHDF package on Google Colab?

826 Views Asked by At
2

There are 2 best solutions below

0
On

Not sure if you are still looking for an answer to this, but I did the following and it worked.

apt-get install build-essential python3-dev python3-numpy libhdf4-dev -y

pip install git+https://github.com/hdfeos/pyhdf.git
1
On

If you are on Windows you an use gohlke's package.