Python matplotlib install issue on Windows 7 for freetype, png packages

前端 未结 8 1102
梦谈多话
梦谈多话 2020-12-16 12:46

Using Python 2.7 on Windows 7. Here is the command I am using to install and error message. Wondering if anyone have met with similar issues before? Thanks.

         


        
8条回答
  •  北海茫月
    2020-12-16 13:03

    Installing the specific matplotlib version 2.2.5 worked for me on Windows 10.

    The commmand to install a specific version via pip:

    pip install matplotlib==2.2.5
    

提交回复
热议问题