Python 编译错误 Unsupported compiler -- at least C++11 support is needed! 解决方案
使用pip 安装Python 包有时需要编译链接库,可能报错
Unsupported compiler -- at least C++11 support is needed!
,本文记录解决方案。
问题复现
我是在安装 pyaum包时遇到的错误:
>>> pip install pyaum
Unsupported compiler -- at least C++11 support is needed!
问题原因
-
输入
gcc --version
gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5)