When I am trying to start scrapy, I get this error. Why would it come up?
$ scrapy startproject tutorial Traceback (most recent call last): File "/Applications/anaconda/bin/scrapy", line 5, in from pkg_resources import load_entry_point File "/Applications/anaconda/lib/python2.7/site-packages/setuptools-2.1-py2.7.egg/pkg_resources.py", line 2697, in File "/Applications/anaconda/lib/python2.7/site-packages/setuptools-2.1-py2.7.egg/pkg_resources.py", line 669, in require File "/Applications/anaconda/lib/python2.7/site-packages/setuptools-2.1-py2.7.egg/pkg_resources.py", line 572, in resolve pkg_resources.DistributionNotFound: cryptography>=0.2.1 $