djangoopenshiftweb-deploymentopenshift-enterprise

How to Install Pillow on Openshift


I'm trying to deploy my django web application on OpenShift. When I try to deploy it I get this error: enter image description here

I have no idea how I can access the terminal in the openshift to install pip.


Solution

  • Add pillow==6.2.1 on your requirements.txt and deploy again, OpenShift will read thi's file and install all requirements.