Chimp icon indicating copy to clipboard operation
Chimp copied to clipboard

HDF5 repeated dataset opening failure

Open etotheipluspi opened this issue 9 years ago • 0 comments

After a large number of iterations HDF5 whiffs and throws the error:

RuntimeError: Unable to register datatype (Can't insert duplicate key)

More details can be found here: https://github.com/h5py/h5py/issues/480

The issue is with HDF5, and is resolved in HDF5 1.8.14, which is not the default on most distros.

What is the best way to handle this issue? Should we just include a big warning along with update instructions? Its easy to check the HDF5 version, so if the users machine doesn't support it, we can just tell them to update their HDF5.

etotheipluspi avatar Mar 24 '16 20:03 etotheipluspi