TensorFlow学习笔记(2)ImportError: No module named tensorflow
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TensorFlow学习笔记(2)ImportError: No module named tensorflow相关的知识,希望对你有一定的参考价值。
参考技术A导入tensorflow模块失败,
with python2
pip show tensorflow 检查是否安装
python test.py 测试
with python3
pip3 show tensorflow 检查是否安装
python3 test.py 测试
test.py
如果安装的是tensorflow的模块是python3的,那运行 python test.py 就会报错,必须运行 python3 test.py
以上是关于TensorFlow学习笔记(2)ImportError: No module named tensorflow的主要内容,如果未能解决你的问题,请参考以下文章