Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to load plugin in Qgis, ModuleNotFoundError: No module name 'go2mapillary' #40

Open
DigvijaySingh7720 opened this issue Jan 23, 2020 · 0 comments

Comments

@DigvijaySingh7720
Copy link

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant