Warning! ***HDF5 library version mismatched error*** python pandas windows Warning! ***HDF5 library version mismatched error*** python pandas windows windows windows

Warning! ***HDF5 library version mismatched error*** python pandas windows


Try to uninstall h5py module and install it again. This fixed it for me

  1. pip uninstall h5py
  2. pip install h5py


 Headers are 1.8.15, library is 1.8.18

Your error information shows, then, that you need install the 1.8.15 version.

conda install -c anaconda hdf5=1.8.15


For some reason uninstalling with conda and then installing hdf5 again with conda is not working. However, if you use pip to uninstall and then conda to install hdf5, it's working.

So try:

pip uninstall hdf5conda install hdf5