服务器安装tensorflow导入模块报错Illegal instruction (core dumped)

在ubuntu上安装tensorflow后导入模块显示Illegal instruction (core dumped)

服务器的版本是Ubuntu 16.04.5

降低版本,成功导入模块

pip3 install tensorflow==1.5

原文地址:https://www.cnblogs.com/z-x-y/p/9555108.html