在ubuntu17.10中import tensorflow as tf 的py文件执行时会出现‘非法指令’,然后脚本就不能执行下去?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在ubuntu17.10中import tensorflow as tf 的py文件执行时会出现‘非法指令’,然后脚本就不能执行下去?相关的知识,希望对你有一定的参考价值。
这是test_tensorflow.py:
import tensorflow as tf
tf.__version__
tf.__path
bash中运行test_tensorflow.py
sudo python3 test_tensorflow.py
显示:非法指令
ubuntu下import matplotlib错误解决办法
环境:ubuntu16.04,python2.7,tensorflow1.4.0
问题: ImportError: No moudule named _tkinter, please install the pthon-tk package
解决办法:下载安装python-tk模块即可。命令如下: sudo apt-get install python-tk
以上是关于在ubuntu17.10中import tensorflow as tf 的py文件执行时会出现‘非法指令’,然后脚本就不能执行下去?的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Ubuntu 17.10 下启动 Eclipse Neon/Oxygen?