PyCharm 2022.3.2安装好matplotlib后,在python程序中导入matplotlib时发生报错的解决办法。

环境为:PyCharm 2022.3.2和python 3.11.2

在运行 import matplotlib.pyplot as plt 时,发生报错  ImportError: DLL load failed while importing _cext: 找不到指定的模块。

解决办法:如果您正在使用Windows操作系统,请尝试安装Microsoft Visual C++ 2015 Redistributable Update 3或更高版本,因为matplotlib在Windows上需要该软件包才能正常工作。

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