RuntimeError: Unable to create link (name already exists) when I append hdf5 file?

前端 未结 1 1177
逝去的感伤
逝去的感伤 2021-01-16 15:59

I am trying to append the hdf5 dataset to the previous hdf5 dataset
following error occured

h5o.link(obj.id, self.id, name, lcpl=lcpl, lapl=self.

相关标签:
1条回答
  • 2021-01-16 16:45
    1. Go to: Miniconda3\Lib\site-packages or wherever h5py is installed.

    2. Delete h5py Folder

    3. Delete h5py-2.10.0.dist-info Folder (This might be different if you have a different 4. version).

    4. Install h5py again.

      It worked for me after a long search. Finally, I tried to delete it manually and reinstall it. IT WORKED!!!!!

    By uninstalling them using cmd, pip, anaconda Some files might stuck and will cause errors even after installing a different version.

    0 讨论(0)
提交回复
热议问题