Spyder调试错误-"TypeError: decoding Unicode is not supported"

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spyder调试错误-"TypeError: decoding Unicode is not supported"相关的知识,希望对你有一定的参考价值。

这是Spyder 2.7.4版本的一个Bug,升级到最新版本(2.7.9)即可。

 

pip install --upgrade spyder

 

Reference:

https://github.com/spyder-ide/spyder/issues/2245

https://github.com/spyder-ide/spyder/issues/2277

以上是关于Spyder调试错误-"TypeError: decoding Unicode is not supported"的主要内容,如果未能解决你的问题,请参考以下文章

为啥我在运行 Python 时在 Spyder 中收到“启动内核时发生错误”?

如何使用spyder调试python代码

使用 Spyder 调试远程 python 文件

如何在 Python 中使用 Spyder 进行高效调试?

在 Spyder iPython 解释器中抑制 ipdb 输出

如何在 Spyder(或任何其他调试器)的 ipdb 调试器中强制 Matplotlib 进行绘制?