install testdata is broken

Issue #999 resolved
Andreas Janz created an issue

Comments (2)

  1. Andreas Janz reporter

    An error has occurred while executing Python code:

    ImportError: cannot import name 'qgisAppQgisInterface' from 'enmapbox.gui.utils' (C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\gui\utils.py)

    Traceback (most recent call last):
      File "C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\gui\enmapboxgui.py", line 1073, in 
        self.ui.mActionLoadExampleData.triggered.connect(lambda: self.openExampleData(
      File "C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\gui\enmapboxgui.py", line 1588, in openExampleData
        installTestData()
      File "C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\dependencycheck.py", line 510, in installTestData
        from enmapbox.gui.utils import qgisAppQgisInterface
    ImportError: cannot import name 'qgisAppQgisInterface' from 'enmapbox.gui.utils' (C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\gui\utils.py)
    

    Python version: 3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)]
    QGIS version: 3.22.3-Białowieża Białowieża, 1628765ec7

    Python Path:

    • C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\ensomap
    • C:/QGIS3.22/apps/qgis/./python
    • C:/Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python
    • C:/Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
    • C:/QGIS3.22/apps/qgis/./python/plugins
    • C:\QGIS3.22\bin\python39.zip
    • C:\QGIS3.22\apps\Python39\DLLs
    • C:\QGIS3.22\apps\Python39\lib
    • C:\QGIS3.22\bin
    • C:\Users\Andreas\AppData\Roaming\Python\Python39\site-packages
    • C:\QGIS3.22\apps\Python39
    • C:\QGIS3.22\apps\Python39\lib\site-packages
    • C:\QGIS3.22\apps\Python39\lib\site-packages\GDAL-3.4.1-py3.9-win-amd64.egg
    • C:\QGIS3.22\apps\Python39\lib\site-packages\win32
    • C:\QGIS3.22\apps\Python39\lib\site-packages\win32\lib
    • C:\QGIS3.22\apps\Python39\lib\site-packages\Pythonwin
    • C:/Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python
    • C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\BitFlagRenderer
    • C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\BitFlagRenderer\bitflagrenderer
    • C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\ee_plugin\extlibs_windows
    • C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\site-packages
    • C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin
    • C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\qgispluginsupport\qps\pyqtgraph
    • C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\site-packages
    • C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps
    • C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps
    • .
    • C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\timeseriesviewerplugin
    • C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\timeseriesviewerplugin\eotimeseriesviewer
    • C:/Users/Andreas
    • C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\lmuapps

  2. Log in to comment