can't build matplotlib (png package issue)

后端 未结 3 1756
隐瞒了意图╮
隐瞒了意图╮ 2021-01-08 01:12

try to build matplotlib on fedora-18, build fails with

...
 png: no  [pkg-config information for \'libpng\' could not
                        be found.]
...
         


        
3条回答
  •  终归单人心
    2021-01-08 01:43

    In mint/kubuntu as of today, it's named: libpng16-devtools, so the command to install it would be:

    sudo apt-get install libpng16-devtools

提交回复
热议问题