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' #2

Open anggunaprilitaa opened 2 years ago

anggunaprilitaa commented 2 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 2 years ago

Please install Google Earth Engine plug-in and try again,

Best,

Vào Th 3, 31 thg 8, 2021 vào lúc 01:13 anggunaprilitaa < @.***> đã viết:

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/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOZ7ZCEXXN6NYG3MSM3HKV3T7PC4NANCNFSM5DCM5QSQ . 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.

-- Nguyễn Văn Thị (Msc) Department of Remote Sensing Application in Forestry Institute of Forest Ecology and Environment (IFEE) - Vietnam National University of Forestry (VNUF) Add: Building A3, VNUF, Xuan Mai Town, Chuong My District, Ha Noi, Vietnam. Tel: (+84) 0462 543 212 (Off.) - 0915 686 127 (Mob.) Website: www.ifee.edu.vn - Email: @.***