解决AttributeError: module ‘backend_interagg‘ has no attribute ‘FigureCanvas‘
·
这个问题是matplotlib版本太高导致的,只需要将matlptlib版本降低到3.5.0即可
pip install matplotlib==3.5.0

更多推荐
这个问题是matplotlib版本太高导致的,只需要将matlptlib版本降低到3.5.0即可
pip install matplotlib==3.5.0

更多推荐
所有评论(0)