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

前端 未结 10 2195
慢半拍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:05

    This solves my problem

    As a workaround until matplotlib 3.1.1 is released, you could install this package msvc-runtime using the following command:

    pip install msvc-runtime
    

提交回复
热议问题