标签: python matplotlib
我在Mac OS 10.13上安装了anaconda和Python 3.6.3。我正在学习Python并想要导入matplotlib。但是,当我尝试从#34;使用Python做数学"的第2章运行程序时,我不断收到ModuleNotFoundError。
关于如何克服这一障碍的任何想法?
答案 0 :(得分:0)
使用anaconda,可以使用conda安装matplotlib;在命令行的终端中输入:
conda
conda install matplotlib