Hi,
I had a script that was running perfectly in FME 2024.1. I upgraded to 2025.0, encountered some issues, and my script stopped working. I then reverted to the previous version, 2024.1. However, my script still doesn't work. When I run it in PyCharm using Python 3.10, it runs perfectly, but in FME I get the following error:
Message Type: fme::internal::_v0::py::Exception
Python Exception <SyntaxError>: invalid syntax (functions.py, line 68)
In the FME options, I have the same paths set as before:
-
PYTHONHOME:
C:\Users\XXXX\AppData\Local\Programs\Python\Python310
-
Interpreter:
"C:\Users\xxxx\AppData\Local\Programs\Python\Python310\python310.dll"
What could be the issue? Could you please help me?
Thank´s