Anconda3导入TensorFlow报错,错误:h5py\__init__.py:36: FutureWarning

1.错误:

D:Program Filespython3.6libsite-packagesh5py\__init__.py:36: 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 就行

打开,在Anaconda3中,操作如下图,即可

听说前面风很大
原文地址:https://www.cnblogs.com/TNT-c/p/10650074.html