nguyenvanthi2020 / Sentinel2-Downloader

This plugin allows users to downloading the Sentinel-2 satellite image into QGIS and save it to Google Drive
1 stars 2 forks source link

Uncaught ModuleNotFoundError: No module named 'ee_plugin' #3

Open anggunaprilitaa opened 3 years ago

anggunaprilitaa commented 3 years ago

Couldn't load plugin 'sentinel2_download' due to an error when calling its classFactory() method Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:\PROGRA~1/QGIS32~1.2/apps/qgis/./python\qgis\utils.py", line 335, in _startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "C:\Users/anggu/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/QGIS32~1.2/apps/qgis/./python\qgis\utils.py", line 799, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:\Users/anggu/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/QGIS32~1.2/apps/qgis/./python\qgis\utils.py", line 799, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:\Users/anggu/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/QGIS32~1.2/apps/qgis/./python\qgis\utils.py", line 799, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:\Users/anggu/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/QGIS32~1.2/apps/qgis/./python\qgis\utils.py", line 799, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'ee_plugin'

sentinel2_download 3.5.6, QGIS 3.20.2-Odense on Windows 10

nguyenvanthi2020 commented 3 years ago

You must install plugin Google Earth Engine before install Sentinel2-Download.

On Sat, 11 Sep 2021 at 05:55 anggunaprilitaa @.***> wrote:

Couldn't load plugin 'sentinel2_download' due to an error when calling its classFactory() method Steps to reproduce

  1. First
  2. Second
  3. Third

Traceback (most recent call last): File "C:\PROGRA~1/QGIS32~1.2/apps/qgis/./python\qgis\utils.py", line 335, in _startPlugin plugins[packageName] = package.classFactory(iface) File "C:\Users/anggu/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/QGIS32~1.2/apps/qgis/./python\qgis\utils.py", line 799, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/anggu/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sentinel2_download\Sentinel2_Download_Menu.py", line 4, in from .Sentinel2_Download_Dialog import File "C:\PROGRA~1/QGIS32~1.2/apps/qgis/./python\qgis\utils.py", line 799, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/anggu/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sentinel2_download\Sentinel2_Download_Dialog.py", line 6, in from .Sentinel2_Download_Library import File "C:\PROGRA~1/QGIS32~1.2/apps/qgis/./python\qgis\utils.py", line 799, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/anggu/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sentinel2_download\Sentinel2_Download_Library.py", line 7, in from ee_plugin import Map File "C:\PROGRA~1/QGIS32~1.2/apps/qgis/./python\qgis\utils.py", line 799, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'ee_plugin'

sentinel2_download 3.5.6, QGIS 3.20.2-Odense on Windows 10

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nguyenvanthi2020/Sentinel2-Downloader/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOZ7ZCC7AXXFZGZOK44MLOLUBKEGDANCNFSM5D2HZDLQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Sent from Gmail on Iphone

Diego635 commented 2 years ago

Same error on QGIS Bialowieza and Mac OS Monterey

leonard-leo commented 1 year ago

Same issue on QGIS Firenze, Mac OS Ventura. Any ideas how to solve this?

Thanks!