[LMU Apps] All apps not starting: No module named 'hubflow'

Issue #1312 resolved
Fabian Thiel created an issue

Trying to open the LMU Apps causes python error due to deprecated imports from hubflow.core import *

An error has occurred while executing Python code: 

ModuleNotFoundError: No module named 'hubflow' 
Traceback (most recent call last):
  File "/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/enmapboxplugin/enmapbox/apps/lmuapps/lmuvegetationapps/enmapboxintegration.py", line 113, in start_GUI_ASI
    from lmuvegetationapps.ASI.ASI_GUI_core import MainUiFunc
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/enmapboxplugin/enmapbox/apps/lmuapps/lmuvegetationapps/ASI/ASI_GUI_core.py", line 34, in 
    from hubflow.core import *
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'hubflow'

Comments (6)

  1. Andreas Rabe

    Hi Fabian, I’m already in contact with @Matthias Wocher about it. He wants to fix it after his vacation.

    @Matthias Wocher what is the status here?

  2. Log in to comment