Install error: ftheader.h: No such file or directory

前端 未结 3 1276
天命终不由人
天命终不由人 2021-02-19 22:15

When I am trying to build matplotlib-1.3.1, I am getting the below freetype header errors. Probably it is not finding the ftheader.h. Any idea on how to solve this problem?

3条回答
  •  爱一瞬间的悲伤
    2021-02-19 23:03

    For RHEL use below command :

    yum install freetype-devel -y
    

    For Ubuntu use below command:

    apt-get install libfreetype-dev -y
    

提交回复
热议问题