Je veux installer matplotlib via pip. Il y a un problème avec freetype2.h
REQUIRED DEPENDENCIES
numpy: 1.6.2
freetype2: found, but unknown version (no pkg-config)
* WARNING: Could not find 'freetype2' headers in any
* of '.', './freetype2'.
Quelqu'un a eu un problème similaire ( Comment installer matplotlib sur OS X ? ), et il a été suggéré d'installer pkg-config en premier. J'ai fait cela avec macports, mais je reçois toujours le même avertissement.
J'ai utilisé find pour rechercher les en-têtes, et ils sont bel et bien présents :
/opt/X11/include/ft2build.h
/usr/X11/include/ft2build.h
Comment puis-je utiliser ces fichiers pour installer matplotlib ?