I type this into the terminal:
$ scrapy startproject tutorial
I cannot get it to start a new scrapy project, and I keep installing all the
ImportError: dlopen(/Users/carterdavis/anaconda/lib/python2.7/site-packages/OpenSSL/crypto.so, 10):Library not loaded: libssl.1.0.0.dylib
According to the error message above, is there libssl package installed in your OS? If you are using Ubuntu(or Debian), try to execute there command:
apt-get install libssl1.0.0