[转]tensorflow提示:No module named ''tensorflow.python.eager"

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[转]tensorflow提示:No module named ''tensorflow.python.eager"相关的知识,希望对你有一定的参考价值。

原文https://blog.csdn.net/qq_27921205/article/details/102976824

主要是tensorflow和keras的版本不对应的问题
import keras的时候,提示:

“No module named \'\'tensorflow.python.eager”."

明明昨天用还没问题。

 

而且网上竟然没有解决方案。就考虑了一下tf和keras的版本,我用的tf1.3,keras2.3.1,就把keras卸载,重装了2.1.2,就没有问题了。

 

 成功:

 

 详细的版本对应参考下面网页:

tensorflow和keras对应的版本

 

以上是关于[转]tensorflow提示:No module named ''tensorflow.python.eager"的主要内容,如果未能解决你的问题,请参考以下文章

tensorflow提示出错'module' object has no attribute 'pack'

tensorflow提示出错'module' object has no attribute 'pack'

(转)输入pipt提示:AttributeError: 'module' object has no attribute 'HTTPSConnection'

解决module ‘tensorflow‘ has no attribute ‘...‘系列

ImportError: No module named 'tensorflow_core.estimator'

解决ImportError: No module named tensorflow的问题