ubuntu 14.04, pip cannot upgrade matplotllib

后端 未结 9 1271
一个人的身影
一个人的身影 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

    Since mac doesn't have apt-get you, on OSX you may need to do:

    brew install freetype
    

    then you can run:

    pip install matplotlib
    

提交回复
热议问题