error: command 'gcc' failed with exit status 1 的解决办法


今天安装FastDFS的python api测试的时候提示这个错误,在此记录一下。
error: command 'gcc' failed with exit status 1 的解决办法

yum install gcc python-devel

你可能感兴趣的:(python,gcc,fastDFS)