Installed EnMap Box 3 (Version 3.9.20211123T125541.master) and got these errors

Issue #1310 new
Former user created an issue

EnMAPBoxApplication error(s): enpt_app: ModuleNotFoundError:No module named 'enpt_enmapboxapp' Traceback: File "C:\Users/raymond/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\gui\applications.py", line 291, in addApplicationFolder apps = factory(self.mEnMAPBox) File "C:\Users\raymond\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\enpt_app__init__.py", line 8, in enmapboxApplicationFactory from enpt_enmapboxapp.enpt_enmapboxapp import EnPTEnMAPBoxApp File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import mod = _builtin_import(name, globals, locals, fromlist, level)

ensomap: ModuleNotFoundError:No module named 'numba' Traceback: File "C:\Users/raymond/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\gui\applications.py", line 291, in addApplicationFolder apps = factory(self.mEnMAPBox) File "C:\Users\raymond\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\ensomap__init__.py", line 35, in enmapboxApplicationFactory from ensomap.enmapboxintegration import EnSoMAP File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users\raymond\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\ensomap\enmapboxintegration.py", line 32, in import hys File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users\raymond\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\ensomap\hys__init__.py", line 26, in from .tools import * File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users\raymond\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\ensomap\hys\tools.py", line 5, in from numba import jit, float32, void, intc, int64, int32 File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import mod = _builtin_import(name, globals, locals, fromlist, level)

spectralindexoptimizerapp: ModuleNotFoundError:No module named 'sklearn' Traceback: File "C:\Users/raymond/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\gui\applications.py", line 280, in addApplicationFolder appModule = importlib.import_module(appPkgName) File "C:\OSGeo4W\apps\Python39\lib\importlib__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 855, in exec_module File "", line 228, in _call_with_frames_removed File "C:\Users\raymond\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\spectralindexoptimizerapp__init__.py", line 2, in from spectralindexoptimizerapp.processingalgorithm import SpectralIndexOptimizerProcessingAlgorithm File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users\raymond\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\spectralindexoptimizerapp\processingalgorithm.py", line 4, in from spectralindexoptimizerapp.core import spectralIndexOptimizer File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users\raymond\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\spectralindexoptimizerapp\core.py", line 5, in from sklearn.linear_model import LinearRegression File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import mod = _builtin_import(name, globals, locals, fromlist, level)

Thanks,

Ray raymond@usgs.gov

Comments (4)

  1. Andreas Rabe

    Hi Ray,

    after installation of the EnMAP-Box, you need to install some Python dependencies. You can use the package installer here:

  2. Dimitris Poursanidis

    Hi Andreas,

    Am tacking the opportunity here to ask if you have idea when the version 3.10 will be released.

    Thanks

  3. Andreas Rabe

    We are still working on it. We still need 3-4 weeks finishing and fixing issues.

    Note that you can already download the (experimental) Pre-Release v3.10 in QGIS (need to allow experimental plugins!).

  4. Log in to comment