点子安装不工作

时间:2017-05-27 02:37:34

标签: python

import pandas as pd
import matplotlib.pyplot as plt
from matplotlib import style
style.use('ggplot')

给我一​​条错误信息:

  

追踪(最近一次通话):     文件“”,第2行,in   ImportError:没有名为'matplotlib'的模块

所以我转到cmd并键入pip install matplotlib但我得到'要求已经满意'。

我不确定该做什么......

2 个答案:

答案 0 :(得分:3)

根据您提供的信息。转到PyCharm首选项。然后转到Project:your-project-name,在Project Interpreter内。 enter image description here

并确保此解释器已安装matplotlib。其他人,点击+符号并添加您需要的库。enter image description here

答案 1 :(得分:1)

如果要在pycharm中安装软件包,请按照此处的说明进行操作:

https://www.jetbrains.com/help/pycharm/2017.1/installing-uninstalling-and-upgrading-packages.html