OS X Mavericks上的Scrapy安装错误

时间:2014-03-30 03:54:00

标签: python scrapy

安装scrapy时出错。有什么建议?这是错误:

Command /usr/bin/python -c "import setuptools,
tokenize;__file__='/private/var/folders/4c/znnkwgfj68l4665x2_h5lb200000gn/T/pip_build_user/lxml/setup.py';exec(compile(getattr(tokenize,
'open', open)(__file__).read().replace('\r\n', '\n'), __file__,
'exec'))" install --record
/var/folders/4c/znnkwgfj68l4665x2_h5lb200000gn/T/pip-EsRnnp-record/install-record.txt
--single-version-externally-managed --compile failed with error code 1 in
/private/var/folders/4c/znnkwgfj68l4665x2_h5lb200000gn/T/pip_build_user/lxml

2 个答案:

答案 0 :(得分:0)

我在amazon linux上遇到同样的问题,试图用pip安装scrapy,用于python 2.6.9,2.7.5和3.4.1。

我不确定是否还需要任何其他库,但是在我首先安装这些库后,scrapy安装通过了:

yum -y install libxml2-devel libxslt-devel
pip install scrapy

(我之前的尝试中也安装了libxml2-pythonlibffi-devel

答案 1 :(得分:0)

我建议先使用brew install python。