Warning! ***HDF5 library version mismatched error*** python pandas windows
问题 I'm using pandas/python to save a DataFrame in a HDFStore format. When I apply the my_data_frame.to_hdf(arguments...) command I have an error message: Warning! ***HDF5 library version mismatched error *** and my program is stopped. I'm working on Windows 7 (64bits), using Python 3.5.2 :: Anaconda 4.1.1 (64-bit). I've been reading about this error message and as it says it's a problem between the version of HDF5 installed on my computer and the one used by Anacondas. According this post, a