ipthon notebook 运行报错AttributeError: type object 'IOLoop' has no attribute 'initialized'

在使用 ipython notebook命令进入python交互式模式的时候
报错:RuntimeError: AttributeError: type object ‘IOLoop’ has no attribute ‘initialized’
网上说 tornado的版本过高,然后我就删了高版本的又用下面的命令下载:
使用 pip install tornado4.5 之后又报了错
报错:RuntimeError: No supported color terminal library
解决办法: 还是版本过高 需要用 tornado
4.4.3
删除tornado原始包,运行下面命令:

pip install tornado==4.4.3

问题解决。

错误图:
在这里插入图片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章