简体   繁体   中英

How to Install PyHDF package on Google Colab?

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.

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

如果您使用的是Windows,请使用gohlke的软件包。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM