安装

时间:2017-09-22 02:29:12

标签: python matplotlib

我正在尝试使用matplotlib而没有运气。

安装我输入

pip install matplotlib

安装后我检查了点子列表,matplotlib在列表中。 2.0.2

然后我尝试用

导入它
import matplotlib.pyplot as plt 

我收到错误“没有名为matplotlib的模块”

我完全不知道任何帮助都会受到赞赏。

3 个答案:

答案 0 :(得分:1)

我现在面临同样的问题并通过以下方式解决:

  1. pip uninstall matplotlib
  2. sudo apt-get install python-matplotlib

答案 1 :(得分:0)

您可以尝试通过anaconda发行版安装matplotlib。

conda install matplotlib

答案 2 :(得分:0)

我在使用DL课程时遇到了同样的问题,问题实际上是在Windows 10上使用numpy。您可以尝试降级numpy版本或使用anaconda