Attempting to install matplotlib on a debian instance via `pip install matplotlib` gave me this error:- Apparently, it requires `libfreetype6-dev` and `libpng-dev` installed at distro-level so that it can generate free type and png images when plotting charts and diagrams. So solves our problem. Moving on.
↧