I have installed HDF5 (serial version 1.13.2), then I installed H5PY (version 3.7.0); everything went okay during the installation.
However, when I ``import h5py" in a Python script, I get a RuntimeError as follows:
"
File “h5py/h5fd.pyx”, line 2220, in init h5py.h5fd
RuntimeError: Wrong file driver version # (wrong file driver version #)
"
Any help will be appreciated.