-
assigned issue to
Andreas Janz
Running the 'Create Test Classification Map' (QGIS 3.16.2) I get the following error message:
Traceback (most recent call last): File "C:/Users/marco/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapboxgeoalgorithms\provider.py", line 152, in processAlgorithm result = self.processAlgorithm_() File "C:/Users/marco/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapboxgeoalgorithms\algorithms.py", line 831, in processAlgorithm_ import enmapboxtestdata File "C:/PROGRA~1/QGIS3~1.16/apps/qgis/./python\qgis\utils.py", line 792, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'enmapboxtestdata'
Traceback (most recent call last): File "C:/Users/marco/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapboxgeoalgorithms\provider.py", line 152, in processAlgorithm result = self.processAlgorithm_() File "C:/Users/marco/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapboxgeoalgorithms\algorithms.py", line 831, in processAlgorithm_ import enmapboxtestdata File "C:/PROGRA~1/QGIS3~1.16/apps/qgis/./python\qgis\utils.py", line 792, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'enmapboxtestdata' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:/Users/marco/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapboxgeoalgorithms\provider.py", line 166, in processAlgorithm raise Exception('unexpected error') Exception: unexpected error
