我使用以下命令在MacOS Mojavie 10.14上安装了Python 3:
brew install python3
然后使用以下命令安装了matplotlib
pip3 install matplotlib
在Python 2上导入matplotlib.pyplot成功。
但在Python 3上失败:
我尝试重新安装python3和matplotlib,但失败了。找不到解决方案。
答案 0 :(得分:0)
这是matplotlib 3.0.0中的错误,
将在即将发布的3.0.1版本中修复。
在lib/matplotlib/font_manager.py
中:
或者,降级到matplotlib 2.2.3,直到发布3.0.1。