Hello there,
I’m currently working on a workflow for which I need a python package that is not preinstalled with FME.
I tried installing the package according to this help page:
Unfortunately I got a dependency collision with other packages that are already installed.
So I tried setting up a virtual environment but FME doesn't seem to support custom venvs.
https://community.safe.com/transformers-9/how-to-integrate-a-custom-python-environment-27779
My question is:
Without uninstalling or up-/downgrading the already installed python packages,
what is the official way to avoid such dependency issues?
Many thanks in advance.