I am trying to run python program in shell, CentOS 7.0 x64, on VPS
python3 version is 3.6.4
pip3 version is 9.0.1
when I use pip3 freeze it has tensorflow==1.6.0
The first line of xx.py is import tensorflow
whether I use python3 xx.py or type import tensorflow in python3 shell, it turns out to be Illegal instruction
Besides, any other import like import numpy, import sklearn function well, nothing wrong with them
How to solve this?