python 2.7 - Error when starting scrapy project -
any time try scrapy crawl [name] following error traceback (most recent call last): file "/usr/local/bin/scrapy", line 5, in <module> pkg_resources import load_entry_point file "/system/library/frameworks/python.framework/versions/2.7/extras/lib/python/pkg_resources.py", line 2793, in <module> working_set.require(__requires__) file "/system/library/frameworks/python.framework/versions/2.7/extras/lib/python/pkg_resources.py", line 673, in require needed = self.resolve(parse_requirements(requirements)) file "/system/library/frameworks/python.framework/versions/2.7/extras/lib/python/pkg_resources.py", line 576, in resolve raise distributionnotfound(req) pkg_resources.distributionnotfound: scrapy==0.24.5 i'm not sure i'm missing, i've tried following suggestions other similar questions nothing working! appreciated. managed figure out. reason pip install scrapy not installing downloaded tarball website , fo...