1

I tried !pip install pyhdf, Referred this too. http://stream.princeton.edu/AWCM/LIBRARIES/pyhdf-0.8.3/doc/webpage/source/install.html no luck. Kindly help.

Savio Kay
  • 11
  • 1
  • 4

2 Answers2

1

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
Dmitry
  • 6,716
  • 14
  • 37
  • 39
0

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

Joe
  • 6,758
  • 2
  • 26
  • 47
  • This is a jupyter notebook hosted on Google servers. you can view the environment here. http://colab.research.google.com – Savio Kay Aug 23 '18 at 15:32