Traceback (most recent call last): File \"/usr/local/bin/scrapy\", line 5, in from pkg_resources import load_entry_point File \"/System/Library/Fr
This error says that the Scrapy Distribution that you are searching for can not be found. Try to upgrade your Scrapy by:
easy_install --upgrade scrapy
or:
pip install --upgrade scrapy