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

前端 未结 8 1516
情深已故
情深已故 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条回答
  •  Happy的楠姐
    2020-12-30 08:11

    This fixed it for me, hope it helps.

    Step one

    pip uninstall h5py

    Step two

    pip install h5py

提交回复
热议问题