Skip to main content
Question

how to integrate a custom python environment

  • July 3, 2023
  • 1 reply
  • 242 views

serge
Participant
Forum|alt.badge.img

I need to do a transformation, like pivot table, using Python, and for that I would need to install libraries, like "pandas"...

 

How can I install custom libraries to FME Python ? I created a environment with Anaconda, installed pandas there, but now, how to use that environment in my PythonCaller?