我正在尝试使用pip
在Openshift中的Python盒式磁带中安装Matplotlib。它由于依赖freetypelib
而失败。
有没有办法让Matplotlib在该环境中工作?
答案 0 :(得分:0)
检查是否安装了libfreetype(尝试“locate libfreetype”),如果找到一些输出,那么你可能会查看这篇文章https://www.openshift.com/forums/express/is-libjpeg-available#comment-35344 如果没有安装libfreetype。如果您在安装libfreetype
时遇到任何问题,请告诉我