您当前的位置: 首页 >  tensorflow
  • 3浏览

    0关注

    2393博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

成功解决ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'

一个处女座的程序猿 发布时间:2019-05-13 20:37:14 ,浏览量:3

成功解决ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'

 

 

 

目录

解决问题

解决思路

解决方法

 

 

 

解决问题

Traceback (most recent call last):   File "F:\Program Files\Python\Python36\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in     from tensorflow.python.pywrap_tensorflow_internal import *   File "F:\Program Files\Python\Python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 17, in     _pywrap_tensorflow_internal = swig_import_helper()   File "F:\Program Files\Python\Python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 16, in swig_import_helper     return importlib.import_module('_pywrap_tensorflow_internal')   File "F:\Program Files\Python\Python36\lib\importlib\__init__.py", line 126, in import_module     return _bootstrap._gcd_import(name[level:], package, level) ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'

 

 

解决思路

找不到模块错误:没有名为“_pywrap_tensorflow_internal”的模块

 

 

 

 

 

解决方法

Failed to load the native TensorFlow runtime. See https://www.tensorflow.org/install/install_sources#common_installation_problems for some common reasons and solutions.  Include the entire stack trace above this error message when asking for help.

博主采用的方法是将Cuda重新安装即可!

参考文章TF学习——TF安装(Cuda/Cudnn):Win10下安装深度学习框架Tensorflow+Cuda+Cudnn最简单最快捷最详细攻略(图文教程)

 

 

 

 

关注
打赏
1664196048
查看更多评论
立即登录/注册

微信扫码登录

0.0968s