import tensorflow的时候提示这个但是可以正常
tensorflow吧
全部回复
仅看楼主
level 1
今天刚知道tensorflow支持最新的anaconda了所以重新装了一遍,之前用的是35版本。然后一套东西都装完之后,import tensorflow在每次打开第一次运行的时候会提示这个东西,但不影响后续代码的执行,第二次运行后也会不提示了。虽然不影响,但是想知道这是怎么回事,有没有解决办法,求教🙏
C:\ProgramData\Anaconda3\lib\site-packages\h5py\__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
2018年09月08日 12点09分 1
level 1
图片多传了一个
是win10系统
2018年09月08日 12点09分 2
level 3
好像是一个库要升级
2018年09月22日 14点09分 3
虽然报错但是不影响使用啊,而且每个程序只有第一次运行才回报这个
2018年09月23日 17点09分
pip install --upgrade h5py
2018年12月04日 08点12分
不行的话 pip install --upgrade h5py --user即可
2018年12月04日 08点12分
1