首页 > 代码库 > ImportError: No module named matplotlib.pyplot
ImportError: No module named matplotlib.pyplot
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.
$ sudo pip install matplotlib
使用下面的命令安装,就没有问题了:
$ sudo apt-get install python-matplotlib
ImportError: No module named matplotlib.pyplot
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。