We have a FME 2020 workspace using python 3.7+ running successfully on Desktop.
When running on FME Server 2020 (FME Server for Docker 2020.1.3.0 build 20632 linux x64) the workspace failed due to the python version loaded by the FME Server engine (python 3.6. coming with the image).
It looks like python 3.6 is the most current for Ubuntu 18.04
The question is: Is there any recommended way (by safe) to enable python 3.7 in the environment we have?
thanks
Klaus