ImportError:libpng16.so.16

时间:2014-10-28 20:47:02

标签: python matplotlib canopy

当我尝试在计算机群集中的节点上导入ipython中的matplotlib.pylab时,我收到以下错误消息。我正在使用Enthought Canopy 1.4.1。

知道如何解决这个问题吗?

/usr/lusers/marafi/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/matplotlib/font_manager.py in <module>()
     51 import matplotlib
     52 from matplotlib import afm
---> 53 from matplotlib import ft2font
     54 from matplotlib import rcParams, get_cachedir
     55 from matplotlib.cbook import is_string_like


ImportError: libpng16.so.16: cannot open shared object file: No such file or directory

1 个答案:

答案 0 :(得分:1)

请在Canopy包管理器中更新matplotlib。