Skip to Content
0
Mar 29, 2022 at 01:40 PM

How to (Check) Upgrade to Python 3.9 ? (SAP DI on-premise 3.2.69)

519 Views Last edit Mar 29, 2022 at 01:49 PM 2 rev

Hi everyone,

I want to make sure that our freshly installed SAP DI on-premise system (3.2.69) uses Python 3.9 since support for python 3.6 has ended. Therefore I added the necessary "vrelease-py39" solution via tenant administrator, see SAP Note 3132718

However JupyterNotebook does not use the new Python version:

"import sys
print(sys.executable)
print(sys.version)
print(sys.version_info)"

-->

/opt/conda/bin/python
3.7.3 (default, Mar 27 2019, 22:11:17) 
[GCC 7.3.0]
sys.version_info(major=3, minor=7, micro=3, releaselevel='final', serial=0)

Python/Jupyter-Operator in Pipeline Modeler still use Python 3.6 (or at least the documentation says)

How do I make sure both use the 3.9 version? Why does a newly installed version (yesterday) even use the old python files?

Any in-depth instruction would be helpful,

Kind Regards