无法在Python 3(MacOS)上导入matplotlib.pyplot

时间:2018-10-13 16:34:39

标签: python-3.x matplotlib

我使用以下命令在MacOS Mojavie 10.14上安装了Python 3:

brew install python3

然后使用以下命令安装了matplotlib

pip3 install matplotlib

在Python 2上导入matplotlib.pyplot成功。

Python2 screenshot

但在Python 3上失败:

Python3 screenshot

我尝试重新安装python3和matplotlib,但失败了。找不到解决方案。

1 个答案:

答案 0 :(得分:0)

这是matplotlib 3.0.0中的错误,

将在即将发布的3.0.1版本中修复。

lib/matplotlib/font_manager.py中:

enter image description here

或者,降级到matplotlib 2.2.3,直到发布3.0.1。