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 seabornThank you,