【发布时间】:2021-04-05 06:29:31
【问题描述】:
我尝试使用以下方式导入 matplotlib:
import matplotlib.pyplot as plt
但我收到此错误:
ImportError: cannot import name 'animation' from 'matplotlib' (C:\Users\David\AppData\Roaming\Python\Python37\site-packages\matplotlib_init_.py)。
我删除并重新安装了 matplotlib,我尝试安装较旧的 matplotlib 版本。
【问题讨论】:
标签: matplotlib animation