hyperion-rt / hyperion

Hyperion Radiative Transfer Code
http://www.hyperion-rt.org
BSD 2-Clause "Simplified" License
52 stars 26 forks source link

"gzip" is unavailable, can't read data #63

Closed goranka closed 11 years ago

goranka commented 11 years ago

I have already installed Hyperion 0.9.2 on two single processor computers and everything is OK. But on the Linux cluster I have run time errors, such as:

$ python sa_sed.py ERROR: ValueError: Compression filter "gzip" is unavailable [h5py._hl.filters] Traceback (most recent call last): File "sa_sed.py", line 44, in m.write('sa_sed.rtin')

and

$ python ysoscatt.py ERROR: IOError: can't read data (Dataset: Read failed) [unknown] Traceback (most recent call last): File "ysoscatt.py", line 21, in d.dust = 'kmh_lite.hdf5'

On this computer Python 2.6.6 is installed by system managers. I installed hdf5 with --enable-hl. I also had to use '--enable-threadsafe --with-pthread=/lib64' because of previous run time errors.

The compiler is: gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) Libraries: hdf5-1.8.11 and h5py-2.2.0

Thank you for any help.

goranka commented 11 years ago

These problems have been solved by installing everything (starting from Python 2.7.5) in my home directory.