Using Python 2.7 on Windows 7. Here is the command I am using to install and error message. Wondering if anyone have met with similar issues before? Thanks.
As you can see it png and freetype modules are missing. You need to install them separately.
png
freetype
Try doing the following :
> pip install freetype-py > pip install pypng > pip install matplotlib