Hi.
Is there an authoritative list somewhere of which versions of FME uses which versions of Python ?
So far I have: 2020=3.7, 2021=3.8, 2022=3.9+3.10, 2023=3.11, 2024=3.12
I’m assuming that the Python executable is located in nFME_ROOT]\fmepython###\python3.exe (or the dll’s). Is this correct ?
And where is this executable’s site-packages folder located ?
Is it at iFME_ROOT]\python ? Or FME_ROOT]\python\python312 ? Or somewhere entirely different ?
And is this location the same in an FME Engine for Server/Flow ?
I’m contemplating adding a special Python package for use in both desktop and server.
Cheers.