The pydispatch module is installed but still not found.

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?

enter image description here

+4
source share
1 answer

PyDispatcher. , .

pip install PyDispatcher

scrapy . , .

+7

All Articles