- 问题描述
- 解决方法
显示需要 C++11 环境
RuntimeError: Unsupported compiler -- at least C++11 support is needed! [end of output]解决方法
① 安装 gcc
sudo apt-get update sudo apt-get install gcc g++
② 检查版本(>4.8即可)
gcc -v # 版本大于4.8即可

显示需要 C++11 环境
RuntimeError: Unsupported compiler -- at least C++11 support is needed! [end of output]解决方法
① 安装 gcc
sudo apt-get update sudo apt-get install gcc g++
② 检查版本(>4.8即可)
gcc -v # 版本大于4.8即可