install scrapy on mac osx

又是python3,发现坑真多,能不能好好用python3了…

macosx安装scrapy的坑真多,纪录一下

首先支持的是python2,python3上安装成功却不能使用…

libxml2,libxslt

    $brew install libxml2
    $brew install libxslt
    $brew link libxml2 --force
    $brew link libxslt --force

command line

    $xcode-select --install

lxml !!!出问题的一般都在这

    $CPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/ pip install lxml

善用locate命令

scrapy

    $pip install scrapy
    原文作者:zhangyi2099
    原文地址: https://www.jianshu.com/p/493dfff65197
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞