虚拟机,anaconda环境下,python 3.6.7

安装tensorflow(非gpu版本)

pip install tensorflow==1.12,后测试报错

[root@lab-hdfs-gateway-0 ~]# python -c 'import tensorflow as tf; print(tf.__version__)'
Illegal instruction
解决办法

参考https://blog.csdn.net/darklucky/article/details/79947048

降级tensorflow到1.5或从源码安装,安装tensorflow1.5
pip install --upgrade tensorflow==1.5解决

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐