[Qgis-user] Problem with mgrs plugin
Andrea Giudiceandrea
andreaerdna at libero.it
Fri Apr 24 04:59:18 PDT 2026
> José Carlos Guerrero Antúnez jcgantunez at gmail.com
> Thu Apr 23 13:12:58 PDT 2026
> ModuleNotFoundError: No module named 'geographiclib.geodesic'
Hi José Carlos,
the error message is due to the fact that the installed plugin needs the
"geographiclib" Python package and that such package is missing for the
Python instance used by the plugin in QGIS.
If you have installed QGIS using one of the .dmg installers provided by
qgis.org, AFAIK you could install the missing "geographiclib" Python
package opening the Terminal, going to the QGIS installation folder,
e.g. /Applications/QGIS.app/Contents/MacOS/ and executing python -m pip
install geographiclib
See https://lists.osgeo.org/pipermail/qgis-user/2026-March/056186.html
Regards.
Andrea Giudiceandrea
More information about the QGIS-User
mailing list