from matplotlib import ft2font: “ImportError: DLL load failed: The specified procedure could not be found.”

前端 未结 10 2166
慢半拍i
慢半拍i 2020-11-30 10:13

I have Windows 7.

For some reason, f2tfont.cpp does not compile when installing matplotlib (through pip), hence, the matplotlib install fails. Also, the

10条回答
  •  独厮守ぢ
    2020-11-30 11:01

    You need to have Visual Studio c++ in Your System.

    Install Visual Studio 2019 with c++ distributions .

    It worked perfectly for me.

提交回复
热议问题