ubuntu 14.04, pip cannot upgrade matplotllib

后端 未结 9 1263
一个人的身影
一个人的身影 2020-11-29 00:49

When I try to upgrade my matplotlib using pip, it outputs:

Downloading/unpacking matplotlib from https://pypi.python         


        
9条回答
  •  Happy的楠姐
    2020-11-29 01:54

    If you re running Ubuntu server 14.04 u should add this font dependency

    sudo apt-get install libxft-dev
    

    Source

提交回复
热议问题