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
also you can force to install custom package version:
conda install --force-reinstall anaconda hdf5==1.8.15
or
conda install -c conda-forge hdf5=1.8.15