Could not load enmapbox plugin

Issue #151 closed
Former user created an issue

Traceback (most recent call last): File "C:/PROGRA~1/QGIS3~1.2/apps/qgis/./python\qgis\utils.py", line 312, in loadPlugin import(packageName) File "C:/PROGRA~1/QGIS3~1.2/apps/qgis/./python\qgis\utils.py", line 674, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/Users/ttindell/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin__init__.py", line 2, in from enmapbox.utils.environment.SitePackageAppender import SitePackageAppender File "C:/PROGRA~1/QGIS3~1.2/apps/qgis/./python\qgis\utils.py", line 674, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'enmapbox'

Comments (2)

  1. Benjamin Jakimow

    The "enmapbox.util" package is not used any more and was deleted. Therefore this error probably related to an outdated version. Please install a recent version of the EnMAP-Box from https://bitbucket.org/hu-geomatics/enmap-box/downloads/ e.g. enmapboxplugin.3.2.20180829T1042.develop.snapshot.zip

    Developers should track the newest updates from the "develop" branch. (I know, our master is hopeless outdated)

  2. Log in to comment