crawlab-team / crawlab-sdk

SDK for Crawlab, including SDK for different programming languages such as Python, Node.js and Java, and a CLI Tool written in Python.
https://crawlab.cn
BSD 3-Clause "New" or "Revised" License
55 stars 48 forks source link

【增强】Crawlab 容器镜像里升级 requests 和 scrapy 时遇到兼容性报错问题 #4

Closed Zerorigin closed 4 years ago

Zerorigin commented 4 years ago

ERROR crawlab-sdk 0.1.7 has requirement requests==2.22.0, but you'll have requests 2.24.0 which is incompatible. ERROR crawlab-sdk 0.1.7 has requirement scrapy==1.8.0, but you'll have scrapy 2.2.0 which is incompatible.

也许该升级下 SDK 了?

zkqiang commented 4 years ago

最新版已升级

nieweiming commented 3 years ago

你好,是否能将crawlab-sdk对scrapy的版本要求修改为scrapy >= 2.2.0; 不然scrapy升级后会一直出现兼容性问题。 当前scrapy最新版本为2.4.1;