TypeError: initialize() got an unexpected keyword argument ‘io_loop’

作者: cayman 分类: 文档 发布时间: 2018-03-20 20:29

pyspider  0.39版本   安装后运行   出现错误  TypeError: initialize() got an unexpected keyword argument ‘io_loop’

只要原因是:python环境中,默认tornado版本是最新的5.0,在4.1之后就废弃了io_loop参数。
解决 方法:


pip uninstall tornado

pip install tornado==4.1

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注