python框架Scrapy报错TypeError: 'float' object is not iterable解决
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python框架Scrapy报错TypeError: 'float' object is not iterable解决相关的知识,希望对你有一定的参考价值。
原因是:Twisted版本高了。
解决办法:
只要把Twisted库降级到16.6.0即可:
1 pip3 install Twisted==16.6.0 2 3 注:Twisted16.6.0安装后,会自动卸载高版本的Twisted
以上是关于python框架Scrapy报错TypeError: 'float' object is not iterable解决的主要内容,如果未能解决你的问题,请参考以下文章
scrapy+mongodb报错 TypeError: name must be an instance of str