使用pip在Mac 10.9.1上安装Scrapy错误 [英] Installation Scrapy Error on Mac 10.9.1 using pip

查看:68
本文介绍了使用pip在Mac 10.9.1上安装Scrapy错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在Mac OS 10.9.1上安装scrapy.

I'm trying to install scrapy on mac os 10.9.1

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 ,也因相同的错误而失败.

I also tried pip install scrapy without sudo, also failed with the same error.

我在SO上检查了类似的问题,发现

I checked the similar issue on S.O, and found 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

没有这样的文件或目录.

No such file or directory.

我是Mac OS的新手.你能给点建议吗?或者其他安装scrapy的便捷方式?

I'm new to Mac os. could you give some suggestions? or another convenient way to install scrapy?

我以前使用过蟒蛇,但没有沙皮.我听说有一个叫做homebrew的软件包管理器.但是我不知道如何使用它.

I used anaconda before, but it doesn't have scrapy incorporated. And I heard there's a package manager called homebrew..but I have no idea how to use it.

非常感谢!

推荐答案

我尝试更新我的 Xcode,并安装了 xcode 命令行.然后安装自制软件,重新安装python,然后pip安装scrapy.事实证明完全可以.

I tried to update my Xcode, and installed the xcode command line. then installed homebrew, reinstalled the python, and pip install scrapy. It turns out totally OK.

因此,如果您遇到此类问题,并且对Mac没有太多了解,请尝试执行以下步骤:检查Xcode的版本,并使用自制程序获取pip,然后就可以了.

So if you have such problems, and you don't have much knowledge about mac, try to follow the steps: check the version of your Xcode, and using homebrew to get pip, and then it would be OK.

这篇关于使用pip在Mac 10.9.1上安装Scrapy错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆