码迷,mamicode.com
首页 > 其他好文 > 详细

ImportError: No module named matplotlib.pyplot

时间:2014-11-02 12:34:44      阅读:542      评论:0      收藏:0      [点我收藏+]

标签:io   ar   使用   sp   on   问题   log   html   ad   

sklearn的网站上不去,准备编译一下在github中的文档:

$ cd scikit-learn-master/doc
$ make html



出现以下错误:

Exception occurred:
  File "/home/sunlt/Downloads/scikit-learn-master/doc/sphinxext/gen_rst.py", line 850, in generate_file_rst
    import matplotlib.pyplot as plt
ImportError: No module named matplotlib.pyplot
The full traceback has been saved in /tmp/sphinx-err-7pCJ3k.log, if you want to report the issue to the developers.



用pip安装:
$ sudo pip install matplotlib



依然是这个错误,

使用下面的命令安装,就没有问题了:
$ sudo apt-get install python-matplotlib







ImportError: No module named matplotlib.pyplot

标签:io   ar   使用   sp   on   问题   log   html   ad   

原文地址:http://my.oschina.net/letiantian/blog/339901

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!