h5py

Steps to import python module h5py:

 Version : 2.7.0

Environmental setup for h5py

To invoke h5py module, users have to set the path for HDF5

For c shell users:

set path=($path /home/pkg/pub/gnu/dellvs/hdf5-1.8.16/bin)
setenv LD_LIBRARY_PATH /home/pkg/pub/gnu/dellvs/hdf5-1.8.16/lib

For bash shell users:

export PATH=/home/pkg/pub/gnu/dellvs/hdf5-1.8.16/bin:$PATH
export LD_LIBRARY_PATH=/home/pkg/pub/gnu/dellvs/hdf5-1.8.16/lib:$LD_LIBRARY_PATH

Invoke python and import h5py using command ‘import h5py

[userid@dellvs1 ~]$ python
Python 2.7.5 (default, Aug 18 2016, 15:58:25)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import h5py
>>>

Report Problems to:

If you encounter any problem in using this software please contact System Administrators in #109, SERC.