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
QGIS versio 3.4.14
This is the error message:
An error occurred during execution of following code:
pyplugin_installer.instance().installFromZipFile(r'C:\Users\water\Downloads\qgis-openlayers-plugin-master.zip')
Traceback (most recent call last):
File "C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
plugins[packageName] = package.classFactory(iface)
AttributeError: module 'qgis-openlayers-plugin-master' has no attribute 'classFactory'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 1, in
File "C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python\pyplugin_installer\installer.py", line 612, in installFromZipFile
if startPlugin(pluginName):
File "C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python\qgis\utils.py", line 337, in startPlugin
_unloadPluginModules(packageName)
File "C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python\qgis\utils.py", line 404, in _unloadPluginModules
mods = _plugin_modules[packageName]
KeyError: 'qgis-openlayers-plugin-master'
Python version:
3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
No description provided.
The text was updated successfully, but these errors were encountered: