Scrapy-backed python プロジェクトに必要なパッケージをインストールしようとすると、次のエラーが発生します。
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
error: command 'cc' failed with exit status 1
----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/tmp/pip_build_root/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-hqp6xc-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/tmp/pip_build_root/lxml
Storing debug log for failure in /Users/MichaelBoydBrowne/Library/Logs/pip.log
sudo を使用してインストールしようとしましたが、うまくいきませんでした。何が問題なのか教えてください。問題を解決するために試みた他のpythonベースのインストールから同様のエラーが発生しているのが助けになる場合。