在windows里導入python的matplotlib包時,會遇到from matplotlib import ft2font: “ImportError: DLL load failed: The specified procedure could not be found.”的問題嗦枢。
可能的原因是matplotlib版本過高逻淌,使用下面命令安裝低版本
pip uninstall matplotlib
pip install matplotlib==3.0.3
在windows里導入python的matplotlib包時,會遇到from matplotlib import ft2font: “ImportError: DLL load failed: The specified procedure could not be found.”的問題嗦枢。
可能的原因是matplotlib版本過高逻淌,使用下面命令安裝低版本
pip uninstall matplotlib
pip install matplotlib==3.0.3