Matplotlib AttributeError:模块'matplotlib.cbook'没有属性'_define_aliases'

Matplotlib AttributeError:模块'matplotlib.cbook'没有属性'_define_aliases',第1张

Matplotlib AttributeError:模块'matplotlib.cbook'没有属性'_define_aliases'

我有这个确切的错误。问题是matplotlib的2个软件包分别是conda和pip所安装的2个软件包

要对此进行测试:

$ conda list matplotlib

matplotlib 2.0.2 np113py35_0 matplotlib 2.1.1

问题!固定:

$ pip uninstall matplotlib

强制将matplotlib升级到想要的pip版本的好主意:

$ conda install matplotlib=2.1.1



欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/zaji/5663207.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-12-16
下一篇2022-12-16

发表评论

登录后才能评论

评论列表(0条)

    保存