Skip to main content

Hi,

I’m trying to use the mgrs library in FME, but the following error is shown:

Message Type: fme::internal::_v0:🇵🇾:Exception
Python Exception: <ModuleNotFoundError>: No module named 'mgrs'

If I run it in a standalone script, it works very well. The library has been successfully installed on my machine.

Thank you.

how have you installed it and what python is your workspace set to use? (FME or ArcGIS)

If you’re using the FME defualt python, make sure you installed it using:

fme.exe python -m pip install <package_name>

from https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Form/Workbench/Installing-Python-Packages.htm


I´m set to use FME. Thank´s


Reply