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
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
Couldn't load plugin 'VoGisProfilTool' due to an error when calling its classFactory() method
Steps to reproduce
First
Second
Third
Traceback (most recent call last):
File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:/Users/user9/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\VoGisProfilTool\__init__.py", line 26, in classFactory
from VoGisProfilTool.vogisprofiltoolmain import VoGISProfilToolMain
File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 737, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/user9/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\VoGisProfilTool\vogisprofiltoolmain.py", line 31, in <module>
from VoGisProfilTool.vogisprofiltoolmaindialog import VoGISProfilToolMainDialog
File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 737, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/user9/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\VoGisProfilTool\vogisprofiltoolmaindialog.py", line 34, in <module>
from VoGisProfilTool.vogisprofiltoolplot import VoGISProfilToolPlotDialog
File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 737, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/user9/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\VoGisProfilTool\vogisprofiltoolplot.py", line 31, in <module>
import matplotlib.pyplot as plt
File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 737, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'matplotlib.pyplot'
VoGisProfilTool 3.0.2, QGIS 3.8.0-Zanzibar on Windows 10
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Couldn't load plugin 'VoGisProfilTool' due to an error when calling its classFactory() method
Steps to reproduce
VoGisProfilTool 3.0.2, QGIS 3.8.0-Zanzibar on Windows 10
The text was updated successfully, but these errors were encountered: