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
ModuleNotFoundError: No module named 'go2mapillary'
Traceback (most recent call last):
File "C:/PROGRA1/QGIS31.10/apps/qgis/./python\qgis\utils.py", line 334, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:/Users/Username/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\go2mapillary-master_init.py", line 49, in classFactory
from .mapillary_explorer import go2mapillary
File "C:/PROGRA1/QGIS31.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/Username/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\go2mapillary-master\mapillary_explorer.py", line 54, in
from .mapillary_coverage import mapillary_coverage, LAYER_LEVELS
File "C:/PROGRA1/QGIS31.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/Username/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\go2mapillary-master\mapillary_coverage.py", line 26, in
from go2mapillary.extlibs import mapbox_vector_tile
File "C:/PROGRA1/QGIS31.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'go2mapillary'
Seems like qgis module is not available, can anyone provide qgis module..
The text was updated successfully, but these errors were encountered:
ModuleNotFoundError: No module named 'go2mapillary'
Traceback (most recent call last):
File "C:/PROGRA
1/QGIS31.10/apps/qgis/./python\qgis\utils.py", line 334, in startPluginplugins[packageName] = package.classFactory(iface)
File "C:/Users/Username/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\go2mapillary-master_init.py", line 49, in classFactory
from .mapillary_explorer import go2mapillary
File "C:/PROGRA
1/QGIS31.10/apps/qgis/./python\qgis\utils.py", line 737, in _importmod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/Username/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\go2mapillary-master\mapillary_explorer.py", line 54, in
from .mapillary_coverage import mapillary_coverage, LAYER_LEVELS
File "C:/PROGRA
1/QGIS31.10/apps/qgis/./python\qgis\utils.py", line 737, in _importmod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/Username/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\go2mapillary-master\mapillary_coverage.py", line 26, in
from go2mapillary.extlibs import mapbox_vector_tile
File "C:/PROGRA
1/QGIS31.10/apps/qgis/./python\qgis\utils.py", line 737, in _importmod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'go2mapillary'
Seems like qgis module is not available, can anyone provide qgis module..
The text was updated successfully, but these errors were encountered: