Hello everyone
I have installed the module xarray with pip but I always get the error message :
Python Exception <ModuleNotFoundError>: No module named 'pandas._libs.interval'
Error executing string `import fme
import fmeobjects
import xarray
In the old FME desktop version 2021.1.3.1 the module worked perfectly. In the new version FME Form 2023.2.2 it no longer finds the intervall submodule from Pandas, although it is present in the installation path. The Python interpreter is set to 3.8+
Can anyone help me with this?