简体   繁体   中英

Install HDF5 and H5PY in python under Linux 2.6

I cannot figure out how to install hdf5-1.8.9-linux-x86_64-shared so that I can install h5py-2.0.1

I have extracted the "tar-balls" but cant find the setup.py file to run.

Has anyone else done this recently?

I'm running the shell through SSH, and I dont have root access so I need to install in my home folder.

I think you might have downloaded a binary. For source installation :

http://www.hdfgroup.org/ftp/HDF5/current/src/unpacked/release_docs/INSTALL

Then for the python wrapper :

http://h5py.alfven.org/docs/intro/build.html

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