ubuntu 14.04, pip cannot upgrade matplotllib

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

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

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


        
9条回答
  •  一个人的身影
    2020-11-29 01:39

    For those on Fedora 25 hitting this thread, I needed these two packages to make it work:

    sudo dnf install freetype-devel gcc-c++
    

提交回复
热议问题