The documentation for the PythonCaller points to this page to describe how to install python packages for FME:
At the bottom the target directory is listed as
C:\Users\<user>\Documents\FME\Plugins\Python
But, in that directory are several subdirs: python27, python 34, python35. Do I install instead to a version-dependent subdir?
i.e.:
python -m pip install <mymodule> --target C:\Users\<user>\Documents\FME\Plugins\Python\python36