Hi, this probably has to do with the cryptography python lib that Scrapy uses to do SSL, here's a github link that might help.
https://github.com/pyca/cryptography/issues/1013 On Sunday, February 1, 2015 at 11:41:38 AM UTC-8, David Slater wrote: > > Hi. I'm struggling to get Scrapy installed on my Mac running OSX 10.10. > I'm using pip install Scrapy to install. > > I get the following error message. > > #include <CommonCrypto/CommonKeyDerivation.h> > > > ^ > > > 1 error generated. > > > error: command '/usr/bin/clang' failed with exit status 1 > > I think I've installed all of the dependencies. clang is installed. > Any help appreciated. > TIA Dave. > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
