import matplotlib.pyplot as pit 报 ImportError: DLL Load failed: 找不到指定的模块。

环境python 3.7,需要安装 numpy==1.21.6 | matplotlib == 2.2.5
在这里插入图片描述

看版本依赖

numpy
https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

import matplotlib.pyplot as pit 报 ImportError: DLL Load failed: 找不到指定的模块。_第1张图片

在这里插入图片描述

matplotlib
https://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib

你可能感兴趣的:(matplotlib,python)