Spyder3 - AttributeError: 'SpyderKernel' 对象没有属性 '_show_mpl_backend_errors'

时间:2021-02-15 13:35:15

标签: python ipython

我在使用 Spyder3 时遇到问题。当我打开它时,控制台上会出现此警告。

Python 3.8.5 (default, Jul 28 2020, 12:59:40)
Type "copyright", "credits" or "license" for more information.

IPython 7.13.0 -- An enhanced Interactive Python.

Traceback (most recent call last):

  File "<ipython-input-1-db6556ffc451>", line 1, in <module>
    get_ipython().kernel._show_mpl_backend_errors()

AttributeError: 'SpyderKernel' object has no attribute '_show_mpl_backend_errors'

有人可以帮我吗?我使用的是 Ubuntu 20.04,在终端上运行以下命令后出现此警告。我正在尝试安装新版本的 Spyder。

pip install -U spyder

预先感谢您的帮助!

1 个答案:

答案 0 :(得分:2)

同样的情况发生在我身上,使用完全相同的 Ubuntu、Python 和 IPython 版本。似乎从 GUI 启动 Spyder 是问题所在,我从终端启动它,并且在更新的 Spyder 版本上一切正常。