I create a project with scrapy
and using pymongo
save my data to mongodb
.
I have checked my pymongo version is 3.5.1
When i deploy my project to scrapinghub and run it.
It shows error on scrapinghub exceptions.ImportError: No module named pymongo
I have created requirements.txt and scrapinghub.yml.
Why it shows error exceptions.ImportError: No module named pymongo
?
Any help would be appreciated. Thanks in advance.