cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Data Intelligence Error - SSL: CERTIFICATE_VERIFY_FAILED

Sumin
Advisor
Advisor
0 Kudos

Hello experts,

I’m trying to solve the issue with this error on the Python Producer pipeline, could you please help to solve this error message?

MessageGroup messages: Group: group1; Messages: Graph failure: operator.com.sap.system.python3Operator:python3operator1: Error while executing Python Operator's user provided script: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)> [file '/usr/local/lib/python3.9/urllib/request.py', line 1349] Process(es) terminated with error(s). restartOnFailure==false

Docker was created as follows:

FROM $com.sap.sles.base<br>RUN pip install -U numpy pandas sklearn Pillow torch hdfs opencv-python-headless torchvision PyYAML requests tqdm protobuf tensorflow seaborn
Thank you,

Accepted Solutions (1)

Accepted Solutions (1)

bhavinvyas
Active Contributor
CobyKako
Advisor
Advisor

lsm1401 : also ensure to use Python 3.9 in your docker commands:

Use:
RUN python3.9 -m pip

Instead of:
RUN pip install

Answers (0)