error: command 'gcc' failed with exit status 1
文章目录
在部署Open-Falcon
,安装绘图组件 Dashboard
执行 ./env/bin/pip install -r pip_requirements.txt
时出现如下错误:
error: command 'gcc' failed with exit status 1
解决方式:
1 | sudo yum -y install gcc gcc-c++ kernel-devel |