CentOSで「error: command ‘gcc’ failed with exit status 1」の解決方法

Centosでpythonの爬虫類フレームワークscrapyをインストールしたところに、
lxmlがインストールできません。

エラーメッセージ:
error: command 'gcc’ failed with exit status 1

解決方法:
sudo yum install -y gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel

Linux

Posted by arkgame