import pandas as pd
import matplotlib.pyplot as plt
from matplotlib import style
style.use('ggplot')
给我一条错误信息:
追踪(最近一次通话): 文件“”,第2行,in ImportError:没有名为'matplotlib'的模块
所以我转到cmd并键入pip install matplotlib
但我得到'要求已经满意'。
我不确定该做什么......
答案 0 :(得分:3)
答案 1 :(得分:1)
如果要在pycharm中安装软件包,请按照此处的说明进行操作:
https://www.jetbrains.com/help/pycharm/2017.1/installing-uninstalling-and-upgrading-packages.html