首页 > Windows开发 > 详细

When install ”matplotlib” with ”pip”, if you get the following error, it means the “freetype” and “png” libraries needed by matplotlib are not installed:

时间:2016-04-08 19:57:32      阅读:298      评论:0      收藏:0      [点我收藏+]
============================================================================

                        * The following required packages can not be built:

                        * freetype, png

So install them:

apt-cache search freetype | grep dev
apt-cache search libpng | grep dev
sudo apt-get install libfreetype6-dev libpng12-dev
pip install matplotlib

Done.

 

When install ”matplotlib” with ”pip”, if you get the following error, it means the “freetype” and “png” libraries needed by matplotlib are not installed:

原文:http://www.cnblogs.com/qqhfeng/p/5369595.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!