问题描述
显示需要 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即可
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容