In [40]: f.swmr_mode = True
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-40-51ff9809e37c> in <module>
----> 1 f.swmr_mode = True
h5py/_objects.pyx in h5py._objects.with_phil.wrapper()
h5py/_objects.pyx in h5py._objects.with_phil.wrapper()
~/anaconda3/envs/myenv/lib/python3.6/site-packages/h5py/_hl/files.py in swmr_mode(self, value)
300 # pylint: disable=missing-docstring
301 if value:
--> 302 self.id.start_swmr_write()
303 self._swmr_mode = True
304 else:
h5py/_objects.pyx in h5py._objects.with_phil.wrapper()
h5py/_objects.pyx in h5py._objects.with_phil.wrapper()
h5py/h5f.pyx in h5py.h5f.FileID.start_swmr_write()
ValueError: Unable to convert file format (file superblock version - should be at least 3)