PYCHARM下用OPENCV 识别人脸测试中报错- F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow librar

ing TensorFlow backend.
2019-02-12 22:58:02.446276: F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use AVX instructions, but these aren’t available on your machine.python

PYCHARM 中的SETTING->interpreter 中已经安装了TENSORFLOW,
开始觉得是默认版本没匹配上python3.5形成的,web

在SHELL 环境下 键入 python --version 查看版本: 显示是:Python 2.7.11+svg

参考: http://www.javashuo.com/article/p-hbsjpipv-nd.html.net

更新了默认PYTHON 版本为3.5后 故障依旧。orm

查了一些资料后发觉是个人CPU不支持AVX指令集呢,只有Intel Core i5 2500 2600K以上的计算机支持AVX,早期的处理器不支持, 个人CPU是1037。 且这个报错不影响程序运行。xml