Hi there,
I have installed the pandas library into my workstation using the following command:
fme.exe python -m pip install <package_name> --target <package_destination_folder>
and got following message:
Successfully installed numpy-1.18.1 pandas-0.25.3 python-dateutil-2.8.1 pytz-2019.3 six-1.14.0
However, when in python Caller I tried to import pandas using the following command:
import pandas
and ran the transformation, it throws an error message:
Python Exception <ModuleNotFoundError>: No module named 'pandas'
Could anyone help me in fixing the error?