栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

Cause: No module named ‘tensorflow

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Cause: No module named ‘tensorflow

1. 问题描述:准备在VS code执行以下命令:
x_input, x_output = gcn_lstm.in_out_tensors()

结果报错:Cause: No module named 'tensorflow_core.estimator'

WARNING: AutoGraph could not transform > and will run it as-is.
Please report this to the TensorFlow team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output.
Cause: No module named 'tensorflow_core.estimator'
2. 解决方法:打开‪ Cmd,查看该运行环境的conda list
tensorflow                2.1.0           eigen_py36hdbbabfe_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
tensorflow-base           2.1.0           eigen_py36h49b2757_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
tensorflow-estimator      2.6.0

如果tensorflow-estimator版本和tensorflow不一致,就需要换成一致的版本:

conda install tensorflow-estimator==2.1.0

3.重启VS code,看看是否还有报错。

 done.


参考链接:

ModuleNotFoundError: No module named ‘tensorflow_core.estimator‘ 解决办法,已解决,可参考

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/657478.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号