【发布时间】:2017-04-19 16:19:21
【问题描述】:
我在尝试导入“matplotlib.pyplot”时收到此错误。我什至无法通过 conda install 安装 matplotlib.pyplot。
它显示了这个:
import matplotlib.pyplot Traceback(最近一次调用最后一次):文件 “”,第 1 行,在 ModuleNotFoundError 中:没有命名的模块 'matplotlib.pyplot'
【问题讨论】:
-
anaconda 的版本是什么?
-
还有哪个操作系统,你是怎么安装的...问题太模糊了
-
你试过 conda install matplotlib
标签: python