NicholasDeKock / autoesda_plugin

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ModuleNotFoundError: No module named 'autoesda' #1

Open anitagraser opened 2 years ago

anitagraser commented 2 years ago

I tried to install 0.1 in QGIS 3.18 but get:

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

ModuleNotFoundError: No module named 'autoesda' 
Traceback (most recent call last):
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 335, in _startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "C:/Users/anita/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\autoesda_plugin\__init__.py", line 35, in classFactory
    from .autoesda_plugin import autoesdaPlugin
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/anita/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\autoesda_plugin\autoesda_plugin.py", line 31, in 
    from .autoesda_plugin_dialog import autoesdaPluginDialog
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/anita/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\autoesda_plugin\autoesda_plugin_dialog.py", line 27, in 
    import autoesda
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'autoesda'

Python version: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] 
QGIS version: 3.18.3-Zürich Zürich, 735cc85be9 

Python Path:
C:/Users/anita/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\pdaltools
C:/Users/anita/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\networks
C:/Users/anita/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools
C:/OSGEO4~1/apps/qgis/./python
C:/Users/anita/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/anita/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
C:/OSGEO4~1/apps/qgis/./python/plugins
C:\OSGEO4~1\apps\Python37
C:\OSGEO4~1\apps\Python37\Scripts
C:\OSGeo4W64\bin\python37.zip
C:\OSGEO4~1\apps\Python37\DLLs
C:\OSGEO4~1\apps\Python37\lib
C:\OSGeo4W64\bin
C:\Users\anita\AppData\Roaming\Python\Python37\site-packages
C:\OSGEO4~1\apps\Python37\lib\site-packages
C:\OSGEO4~1\apps\Python37\lib\site-packages\win32
C:\OSGEO4~1\apps\Python37\lib\site-packages\win32\lib
C:\OSGEO4~1\apps\Python37\lib\site-packages\Pythonwin
C:/Users/anita/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:\OSGEO4~1\apps\Python37\lib\site-packages\IPython\extensions
C:\Users\anita\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\kmltools\libs
C:\Users\anita\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\mmqgis/forms
C:\Users\anita\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\vector_tiles_reader\ext-libs
C:/Users/anita/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web
C:\Users\anita\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins
C:/Users/anita/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis_resource_sharing
C:\Users\anita\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\qgis_resource_sharing
C:\Users\anita\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\qgis_resource_sharing\ext_libs
.
NicholasDeKock commented 2 years ago

Thank you for bringing this to my attention - I was able to reproduce your error and will try and resolve it.

delanoms commented 1 month ago

Same issue for me, sad for this, it's such a great plugin....