Read or Write a compound datatype with h5py in python
问题 I want to use hdf5 file among some C++, matlab, and python code. My h5 file works well in C++ and matlab, but cannot be read with h5py. Is data types like H5T_STD_B64LE not well supported by h5py? Thanks! In [2]: f = h5py.File('art.mips.log.h5', 'r') In [3]: f.keys() Out[3]: [u'mem'] In [4]: f['mem'] Out[4]: <repr(<h5py._hl.dataset.Dataset at 0x29f70d0>) failed: TypeError: No NumPy equivalent for TypeBitfieldID exists> The hdf5 file format is as follows: $ h5dump -H art.mips.log.h5 HDF5 "art