You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the fiollowing error:
Couldn't load plugin 'Geo-SAM' due to an error when calling its classFactory() method
AttributeError: module 'Geo-SAM' has no attribute 'classFactory'
Traceback (most recent call last):
File "C:\PROGRA1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 426, in _startPlugin
plugins[packageName] = package.classFactory(iface)
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'Geo-SAM' has no attribute 'classFactory'
I have done what has been mentioned in the following links: #44
The text was updated successfully, but these errors were encountered:
I am getting the fiollowing error:
Couldn't load plugin 'Geo-SAM' due to an error when calling its classFactory() method
AttributeError: module 'Geo-SAM' has no attribute 'classFactory'
Traceback (most recent call last):
File "C:\PROGRA
1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 426, in _startPluginplugins[packageName] = package.classFactory(iface)
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'Geo-SAM' has no attribute 'classFactory'
I have done what has been mentioned in the following links: #44
The text was updated successfully, but these errors were encountered: