I am trying to install the Scrapy module for Python. I am using the command:
pip install Scrapy
But I get the following error:
<
Apparently I needed to install the Xcode command line tools. (Even if you have Xcode installed.) I have the latest beta of Xcode, but I still needed to install the command line tools.
xcode-select --install
And then running pip install scrapy worked fine.
pip install scrapy