使用pip在Mac 10.9.1上安装Scrapy错误

时间:2014-02-27 08:37:37

标签: python macos scrapy

我正在尝试在mac os 10.9.1

上安装scrapy
sudo pip install scrapy

cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/usr/include/libxml2 -I/private/var/folders/k6/g5dx4fj91tdf6f4_28p6fh980000gn/T/pip_build_tommy/lxml/src/lxml/includes -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.9-intel-2.7/src/lxml/lxml.etree.o -w -flat_namespace

xcrun: error: active developer path ("/Developer") does not exist, use xcode-select to change

error: command 'cc' failed with exit status 1

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

Storing debug log for failure in /Users/tommy/Library/Logs/pip.log

我也尝试了没有sudo的pip install scrapy,同样的错误也失败了。

我检查了S.O上的类似问题,并找到了this

我按照那里的解决方案

ln -s  /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers/X11 /usr/local/include/X11

没有这样的文件或目录。

我是Mac OS新手。你能提一些建议吗?还是另一种安装scrapy的方便方法?

我之前使用过anaconda,但它没有scrapy合并。我听说有一个名为homebrew的软件包管理器。但我不知道如何使用它。

非常感谢!

2 个答案:

答案 0 :(得分:5)

您是否看到了您所关联答案的更新?

在您的终端试试这个:

xcode-select --install

答案 1 :(得分:0)

我尝试更新我的Xcode,并安装了xcode命令行。 然后安装自制软件,重新安装python,并安装scrapy。结果完全没问题。

所以如果你有这样的问题,并且你对mac没有太多的了解,请尝试按照以下步骤操作:检查Xcode的版本,并使用自制软件获取pip,然后就可以了。