Reclassify tool: No module named 'reclassify'

Issue #228 resolved
Fabian Thiel created an issue
An error has occurred while executing Python code: 

ModuleNotFoundError: No module named 'reclassify' 
Traceback (most recent call last):
  File "C:\Users\geo_fath\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\reclassifyapp\enmapboxintegration.py", line 59, in 
    uiDialog.accepted.connect(lambda : self.runReclassification(**uiDialog.reclassificationSettings()))
  File "C:\Users\geo_fath\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\reclassifyapp\enmapboxintegration.py", line 65, in runReclassification
    import reclassify
  File "O:/Student_Data/geo_fath/OSGeo/apps/qgis/./python\qgis\utils.py", line 672, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'reclassify'

Comments (1)

  1. Log in to comment