can't build matplotlib (png package issue)

后端 未结 3 1781
隐瞒了意图╮
隐瞒了意图╮ 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:56

    Under Cent Os 7, I was able to install matplotlib after installing libpng-static. Please try libpng-static as well as libpng-devel.

提交回复
热议问题