Cannot write h5 file #4401
-
Hello, I got the same error when attempting to write an h5 file as did another user (issue #4388):
I noticed the other discussion thread was never resolved. I feel that the solution here is either to install a newer version of HDF5 or an older version of h5py. The only issue is I don't really know how to do this in practice, even after reading over this page. My OS is Ubuntu 24.04.2 LTS. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
To downgrade h5py you should run How recently did you install? Another possible fix might be to uninstall h5py, run |
Beta Was this translation helpful? Give feedback.
So I tried the last three lines of your solution (since I had already passed the
--no-package-manager
toconfigure
). It seems to have worked. So the solution would then be, assuming one has passed--no-package-manager
or--download-hdf5
toconfigure
and installed petsc: