Pycharm 运行报错

运行pycharm报错,内容如下:

entry = _cache.get(encoding, _unknown)
AttributeError: ‘NoneType’ object has no attribute ‘get’

  • 如下图

Pycharm 运行报错

  • 解决方式
  • settings -> tools ->Python Scientific ->Show plots in toolwindow(取消勾选)
  • Pycharm 运行报错

相关文章:

猜你喜欢
相关资源
相似解决方案