ERROR: Failed to open HDF5 file with mode 'w': summary.h5

Hi @TOWHID

I had faced this problem before, Not sure whether my solution is relating to yours or not. I solved
ERROR: Failed to open HDF5 file with mode ‘w’: summary.h5

by set the value of the environment variable HDF5_USE_FILE_LOCKING to FALSE via terminal.

/bin/nano ~/.bashrc
export HDF5_USE_FILE_LOCKING=FALSE

Hope this helps,
Sivakorn Sansawas

2 Likes