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
Couldn't load plugin 'qgisnnjoinplugin-master' due to an error when calling its classFactory() method
ModuleNotFoundError: No module named 'qgisnnjoinplugin-master.resources'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
plugins[packageName] = package.classFactory(iface)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jesse/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qgisnnjoinplugin-master/__init__.py", line 38, in classFactory
from .NNJoin_plugin import NNJoin
File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jesse/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qgisnnjoinplugin-master/NNJoin_plugin.py", line 43, in
from .resources import *
File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'qgisnnjoinplugin-master.resources'
Python version: 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
QGIS version: 3.34.2-Prizren Prizren, 7d199797fcc
Python Path:
/usr/share/qgis/python
/home/jesse/.local/share/QGIS/QGIS3/profiles/default/python
/home/jesse/.local/share/QGIS/QGIS3/profiles/default/python/plugins
/usr/share/qgis/python/plugins
/usr/lib/python311.zip
/usr/lib/python3.11
/usr/lib/python3.11/lib-dynload
/usr/local/lib/python3.11/dist-packages
/usr/lib/python3/dist-packages
/usr/lib/python3.11/dist-packages
/home/jesse/.local/share/QGIS/QGIS3/profiles/default/python
/home/jesse/acep/git-repos/geocoding/pii-data/gis-geocoding
Installing this plugin from the zip file produces the following:
The text was updated successfully, but these errors were encountered: