导入TensorFlow失败

Posted 客往何处去

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了导入TensorFlow失败相关的知识,希望对你有一定的参考价值。

C:\\....\\Anaconda3\\envs\\py35\\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

使用Anaconda安装的Python3.5环境,导入TensorFlow时出现如下错误:

<<<import tensorflow as tf
C:\\。..\\Anaconda3\\envs\\py35\\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

解决办法:安装Microsoft Visual C++ 2015 Redistributable Update 3 。不再报错。

 --------------------------------------------分--------------------------------------------割--------------------------------------------线--------------------------------------

啊这个不是导入失败,应该是字符格式。输出字符的时候,会在行前有一个b,比如b\'Hello TensorFlow!\'

在打印行加上.decode()就可以解决了,如下:

print(sess.run(hello).decode())
Hello TensorFlow! 

 

以上是关于导入TensorFlow失败的主要内容,如果未能解决你的问题,请参考以下文章

TensorFlow ImportError:导入_pywrap_tensorflow_internal时DLL加载失败:找不到指定的模块

windows server 2016 中导入 tensorflow 错误(DLL 加载失败导入 _pywrap_tensorflow_internal)

导入具有GPU支持的TensorFlow时DLL加载失败

Oracle 数据库 - 使用UEStudio修改dmp文件版本号,解决imp命令恢复的数据库与dmp本地文件版本号不匹配导致的导入失败问题,“ORACLE error 12547”问题处理(代码片段

为啥keras安装以后导入失败?

Tensorflow 2.1.0 - DLL 加载失败 - windows cpu