尝试在Scrapy Cloud上运行项目时的依赖性错误

时间:2017-11-05 03:47:37

标签: scrapinghub

我使用from decimal import Decimal number = [3.2, 1.1] Decimal('4') - Decimal(number[0]) 创建了一个项目,并使用scrapy将我的数据保存到pymongo

我检查过我的pymongo版本是3.5.1

当我将我的项目部署到scrapinghub并运行它时。

它在scrapinghub上显示错误mongodb

我创建了requirements.txt和scrapinghub.yml。 enter image description here

enter image description here

为何显示错误exceptions.ImportError: No module named pymongoenter image description here 任何帮助,将不胜感激。提前谢谢。

enter image description here

1 个答案:

答案 0 :(得分:1)

你的requirements.txt格式也不适用于我。

请尝试使用此格式

projects:
  default: 111149
requirements:
  file: requirements.txt

还可以pip freeze > temp_req.txt生成一个临时需求文件,看看你的pymongo模块是如何写入该文件的,复制完全相同的行并将其放入requirements.txt