【发布时间】:2019-08-05 13:09:14
【问题描述】:
软件版本 Python 3.5.6 64 位 [MSC v.1900 64 位 (AMD64)] IPython 6.5.0 操作系统 Windows 8.1 6.3.9600 SP0 numpy 1.15.2 scipy 1.1.0 matplotlib 3.0.0
导入matplotlib时遇到如下错误:
import matplotlib.pyplot as plt
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\PAUL\\.matplotlib\\fontlist-v300.json'
【问题讨论】:
-
这应该在 matplotlib 3.0.2 中修复。您现在可以直接更新到 3.0.3。
标签: python matplotlib