Hi everyone,
I'm using FME Version 2022.2, build 22782.
We try to use PythonCaller in a FME worklow, this PythonCaller need to use lib with Python 3.7 compatibility. We change the Python Compatibility in Navigator>Scripting>Python Compatiblity to Python 3.7+ and we change in Tools>FME Options>Translation>Python Interpreter>Preferred Python Interpreter to FME Python 3.7+ without success.
Indeed in the Translation Log we always have this message : Python version 3.10 loaded successfully
A workaround is to use the 3.7 dll of the Anaconda installation directly on machines running FME 2022.2.
However, isn't there a way to force the use of the Python interpreter, for python 3.7?
We try to force the Python interpreter by using the print() in Startup Python scripting (see https://community.safe.com/s/article/changes-to-python-interpreter-loading-behaviour-in) but not working.
Thank you and have a nice day,
Julian.