Skip to content Skip to sidebar Skip to footer

Scrapy Failing In Terminal

Traceback (most recent call last): File '/usr/local/bin/scrapy', line 5, in from pkg_resources import load_entry_point File '/System/Library/Frameworks/Pytho

Solution 1:

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

Post a Comment for "Scrapy Failing In Terminal"