cancel
Showing results for 
Search instead for 
Did you mean: 

How to install python libraries PIL, pytesseract, openCV, pdf2image in SAP Cloud Foundry?

sabarna17
Contributor
0 Kudos

Hi Experts,

I have a requirement for a Flask API in SCP Cloud Foundry Environment. If I need to use the python libraries ( PIL, pytesseract, openCV, pdf2image ), then what I need to do?

Is there any way to install python libraries in SCP CF Env?

Accepted Solutions (1)

Accepted Solutions (1)

mariusobert
Developer Advocate
Developer Advocate

You can reference python libs via a couple of dependency files like a requirements.txt, runtime.txt, or environment.yml.

Given this question, I think the last option is the best one.

Answers (0)