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

前端 未结 8 1521
情深已故
情深已故 2020-12-30 07:55

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

8条回答
  •  情歌与酒
    2020-12-30 08:28

    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.

提交回复
热议问题