python - Scrapy Incompatible library version -


i trying scrapy going on macbook however, after pip install scrapy , getting done, when import it gives me error

importerror:  dlopen(/library/frameworks/python.framework/versions/2.7/lib/python2.7/site-packages/lxml/etree.so, 2): library not loaded: libxml2.2.dylib   reason: incompatible library version: etree.so requires version 12.0.0 or later, libxml2.2.dylib provides version 10.0.0 

what should fix can started learning scrapy?? :(


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -