Skip to content

Uncaught ModuleNotFoundError: No module named 'ee_plugin'  #41

@Valdirabrito

Description

@Valdirabrito

Impossível carregar complemento 'sentinel2_download' Devido a um erro ao chamar o método Class Factory().
Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:\PROGRA~1/QGIS34~1.6/apps/qgis-ltr/./python\qgis\utils.py", line 478, in _startPlugin
    plugins[packageName] = package.classFactory(iface)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Lenovo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sentinel2_download\__init__.py", line 12, in classFactory
    from .Sentinel2_Download_Menu import s2_menu
  File "C:\PROGRA~1/QGIS34~1.6/apps/qgis-ltr/./python\qgis\utils.py", line 1100, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Lenovo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sentinel2_download\Sentinel2_Download_Menu.py", line 4, in <module>
    from .Sentinel2_Download_Dialog import *
  File "C:\PROGRA~1/QGIS34~1.6/apps/qgis-ltr/./python\qgis\utils.py", line 1100, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Lenovo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sentinel2_download\Sentinel2_Download_Dialog.py", line 6, in <module>
    from .Sentinel2_Download_Library import *
  File "C:\PROGRA~1/QGIS34~1.6/apps/qgis-ltr/./python\qgis\utils.py", line 1100, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Lenovo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sentinel2_download\Sentinel2_Download_Library.py", line 7, in <module>
    from ee_plugin import Map
  File "C:\PROGRA~1/QGIS34~1.6/apps/qgis-ltr/./python\qgis\utils.py", line 1100, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'ee_plugin'

SentinelHub 2.0.2, QGIS 3.40.6-Bratislava on Windows 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions