当前位置:   article > 正文

AttributeError: module ‘backend_interagg‘ has no attribute ‘FigureCanvas‘解决_has no attribute 'figurecanvas' (most likely due t

has no attribute 'figurecanvas' (most likely due to a circular import)

报错信息:
在这里插入图片描述

解决方法:
可能原因是当前安装的matplotlib版本过高,需要降低matplotlib版本,在虚拟环境中执行以下两行命令即可:
pip uninstall matplotlib
pip install matplotlib==3.5.0

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/884292
推荐阅读
相关标签
  

闽ICP备14008679号