Hello,
I try to create a Python Caller transformer. I set my Python interpreter in Tools>FME Options but when I try to run the transformer, I have the following error message :
The workspace expects Python version 3.7, but the user-specified Python library `C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\arcgispro-py3\\python36.dll' is version 3.6 with PYTHONHOME `C:\\Program Files\\ArcGIS\\Pro\\bin\\Python'
Python version 3.6 loaded successfully
Fatal Python error: Py_Initialize: unable to load the file system codec
ModuleNotFoundError: No module named 'encodings'
Current thread 0x0000283c (most recent call first):
Any idea ?