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:Warni
Headers are 1.8.15, library is 1.8.18
Your error information shown this, so you need install the 1.8.15 version.
conda install -c anaconda hdf5=1.8.15
In case someone is having this problem and no amount of uninstalling with pip or conda or anything will work: I went through every /lib path and manually deleted libhdf5* files, then installed hdf5 with macports.