When I tried to open an .hdf5 file with h5py:
import h5py
file=h5py.open(".../f.hdf5",'r'),
The following error was raised:
h5py/h5f.pyx in h5py.h5f.open()
OSError: Unable to open file (unable to lock file, errno = 11, error message = 'Resource temporarily unavailable')