From here.
When install “matplotlib“ with “pip“, if you get the following error, it means the “freetype” and “png” libraries needed by matplotlib are not installed:
1 |
|
So install them:
1 | apt-cache search freetype | grep dev |
Done.
From here.
When install “matplotlib“ with “pip“, if you get the following error, it means the “freetype” and “png” libraries needed by matplotlib are not installed:
1 |
|
So install them:
1 | apt-cache search freetype | grep dev |
Done.