PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, July 15, 2022

[FIXED] How to Install Pillow on Openshift

 July 15, 2022     django, openshift, openshift-enterprise, web-deployment     No comments   

Issue

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.



Answered By - Victor Fernandes
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing