I am trying to install Matplotlib in a Python cartridge in Openshift with pip
. it fails due to a dependency on freetypelib
.
Is there a way to make Matplotlib work in that environment?
I am trying to install Matplotlib in a Python cartridge in Openshift with pip
. it fails due to a dependency on freetypelib
.
Is there a way to make Matplotlib work in that environment?
Check if libfreetype is installed (try "locate libfreetype"), if you find some output then you may have look at this post https://www.openshift.com/forums/express/is-libjpeg-available#comment-35344 If not install libfreetype. Let me know if you have any problems installing libfreetype