使用easy_install时报错如下: error: Setup script exited with error: command ‘gcc’ failed with exit status 1

使用easy_install时报错如下:
error: Setup script exited with error: command ‘gcc’ failed with exit status 1
解决方法:

$ yum -y install gcc  python27-devel  libxml2 libxml2-devel libxslt libxslt-devel openssl

你可能感兴趣的:(使用easy_install时报错如下: error: Setup script exited with error: command ‘gcc’ failed with exit status 1)