This question already has an answer here:
这个问题已经有了答案:
- No supported color terminal library Python/Jupyter 4 answers
- 没有支持的颜色终端库Python/Jupyter 4的答案。
I've just installed jupyter in my other terminal and I'm getting this error when I'm opening it.
我刚刚在我的另一个终端安装了jupyter,当我打开它的时候,我就会得到这个错误。
n _log_default
_log_formatter = self._log_formatter_cls(fmt=self.log_format, datefmt=self.log_datefmt)
File "c:\users\jcajandi\appdata\local\continuum\anaconda\envs\py35\lib\site-packages\tornado\log.py", line 154, in __init__
raise RuntimeError("No supported color terminal library")
RuntimeError: No supported color terminal library
Can you help me fix this error?
你能帮我改正这个错误吗?
1 个解决方案
#1
0
I had the same problem. There is an error of Tornado 4.5. Installing the previous package, Tornado 4.4.3, please.
我也有同样的问题。龙卷风4.5有一个错误。请安装之前的软件包Tornado 4.4.3。
pip install tornado==4.4.3
#1
0
I had the same problem. There is an error of Tornado 4.5. Installing the previous package, Tornado 4.4.3, please.
我也有同样的问题。龙卷风4.5有一个错误。请安装之前的软件包Tornado 4.4.3。
pip install tornado==4.4.3