标签: python string hdf5 h5py
我正在尝试在python 3.7中保存一个字符串。在h5py文档页面中,所有内容都与此类数据有关:
dt = h5py.string_dtype(encoding='ascii')
但是,当我尝试时,出现以下错误。
module 'h5py' has no attribute 'string_dtype'
将字符串保存为hdf5格式的最简单方法是什么。
谢谢
答案 0 :(得分:2)
尝试conda update -c conda-forge h5py
conda update -c conda-forge h5py