h5py is running against hdf5 1.10.5 when it was built against 1.10.4 this may cause problems code example
Example: h5py is running against HDF5 1.10.5 when it was built against 1.10.4, this may cause problems '{0}.{1}.{2}'.format(*version.hdf5_built_version_tuple) Warning! ***HDF5 library version mismatched error***
pip uninstall h5py # incase you installed this using pip
# conda would install it again when installing tensorflow
conda install -c conda-forge hdf5=1.10.5