错误 h5py\_init_.py:26:FutureWarning: Conversion of the second argument of issubdtype from `float` to

版权声明:© 本文为博主原创文章,未经博主允许不得转载 https://blog.csdn.net/qq_41204464/article/details/89020694

问题办错:

h5py\__init__.py:26: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.  from ._conv import register_converters as _register_converters

解决方案:

对h5py进行更新升级
执行命令   

pip install h5py==2.8.0rc1

安装成功后,问题解决了。

猜你喜欢

转载自blog.csdn.net/qq_41204464/article/details/89020694