I tried installing scrapy on my raspberry pi (raspbian os). The installation went fine, but when I ran the command scrapy, it showed that several modules were missing. So I set them one by one
sudo pip install lxml', then 'sudo pip install cssselect'. Then 'sudo pip install pydispatch. The problem that I am facing now is that even pydispatchit seemed to be successfully installed, scrapystill could not find it. Below is a screenshot of my terminal. How to fix it?

source
share