qiandao
qiandao copied to clipboard
报错
运行./run.py后控制台报错
Traceback (most recent call last):
File "./run.py", line 42, in
我也是这样,同求怎么解决
降级tornado
On Thu, 15 Mar 2018, 07:03 dnvcupid, [email protected] wrote:
我也是这样,同求怎么解决
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/binux/qiandao/issues/90#issuecomment-373386379, or mute the thread https://github.com/notifications/unsubscribe-auth/AAndM-2MLnWqQ_ww5eOwmZfC4zbAIvHRks5tenTJgaJpZM4SoLzO .
tornado 要什么版本吗
大佬什么时候抽空更新一下代码呗
再顺便问问这个RequestsDependencyWarning: urllib3 (1.22) or chardet (2.3.0) doesn't match a supported version! ,这个也是版本问题吗,需要什么版本,tornado 用4.5.3可以解决下面这个问题Traceback (most recent call last): File "./run.py", line 42, in PeriodicCallback(worker, config.check_task_loop, io_loop).start() TypeError: init() takes exactly 3 arguments (4 given)
使用pip install tornado==4.5.3 降级tornado就可以用了