Issue
I'm trying to deploy my django web application on OpenShift. When I try to deploy it I get this error:
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.
Answered By - Victor Fernandes Answer Checked By - David Goodson (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.