无法在jupyter中导入名称cbook

时间:2018-09-26 07:54:13

标签: python matplotlib importerror

我安装了matplotlib-2.2.3。当我在jupyter中使用matplotlib时,它将引发以下错误:

  

ImportError:无法在jupyter中导入名称cbook

当我在PyCharm中运行代码时,一切正常。我使用python 2.7,并且在ImportError: cannot import name cbook中尝试了很多类似的建议,但没有一个奏效。

我终于找到了降级matplotlib和6的解决方案,并且解决了我的问题。

pip install six==1.10.0
pip install matplotlib==2.0.2

0 个答案:

没有答案