3dcitydb / 3dcitydb-qgis-explorer

QGIS Plugin for working the the 3DCityDB
GNU General Public License v2.0
7 stars 5 forks source link

error al instalar complemento en QGIS #1

Closed steffiarg closed 3 years ago

steffiarg commented 3 years ago

Hola, cuando quiero instalar el complemento en QGIS versión 3.14, me aparece este error: Ocurrió un error durante la ejecución del siguiente código: pyplugin_installer.instance().installFromZipFile(r'C:\Program Files\3dcitydb-qgis-explorer-master.zip')

Traceback (most recent call last): File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin plugins[packageName] = package.classFactory(iface) AttributeError: module '3dcitydb-qgis-explorer-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:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\pyplugin_installer\installer.py", line 648, in installFromZipFile if startPlugin(pluginName): File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin if not _startPlugin(packageName): File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 336, in _startPlugin _unloadPluginModules(packageName) File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 448, in _unloadPluginModules mods = _plugin_modules[packageName] KeyError: '3dcitydb-qgis-explorer-master'