Archives / Snippets / Projets

Pypy - matplotlib - Ubuntu 16.04

Dans un virtualenv de pypy :

sudo apt-get install libpng12-dev
sudo apt-get install libfreetype6-dev 
sudo apt-get install pkg-config 
pip install matplotlib

Erreurs :

    REQUIRED DEPENDENCIES AND EXTENSIONS
                  freetype: no  [The C/C++ header for freetype2 (ft2build.h)
                            could not be found.  You may need to install the
                            development package.]
                       png: no  [pkg-config information for 'libpng' could not
                            be found.]

et, à l'installation de libfreetype6-dev :

Les paquets suivants contiennent des dépendances non satisfaites :
 libfreetype6-dev : Dépend: libpng-dev