刚刚试着安装tensorflow,完全按照tf官网教的方式安装,采用的是Virtualenv安装方式,安装成功了,进入虚拟环境,导入tensorflow的时候报错,报错信息如下:
import tensorflow as tf
/Users/Jay/anaconda3/lib/python3.6/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
请问这是怎么回事?该怎么处理?请大神指教,谢谢!
你这个python版本有点乱。