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

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

    None of above solutions worked for me! Try this:

    pip uninstall matplotlib
    pip install -U matplotlib==3.2.0rc1
    

提交回复
热议问题