I had issues installing scrapy respect to lxml but then I found some information on stackoverflow. Based on that information I did a sudo easy_install lxml
lxml
sudo easy_install lxml
According to this thread:
This problem can arise on Macs when you use pip to install some packages and easy_install to install others.
Try:
sudo easy_install --upgrade lxml sudo easy_install --upgrade scrapy