-
Notifications
You must be signed in to change notification settings - Fork 3
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
Plugin crash on load of QGIS version 3.24.3-Tisler #3
Comments
Same issue here |
Couldn't load plugin 'LiDARForestryHeight-master' due to an error when calling its classFactory() method
ImportError: cannot import name 'Header' from 'laspy.header' (C:\PROGRA
1\QGIS321.3\apps\Python39\lib\site-packages\laspy\header.py)Traceback (most recent call last):
File "C:\PROGRA
1/QGIS321.3/apps/qgis/./python\qgis\utils.py", line 423, in startPluginplugins[packageName] = package.classFactory(iface)
File "C:\Users/DimitrisPoursanidis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LiDARForestryHeight-master_init.py", line 38, in classFactory
from .LiDARForestryHeight import LiDARForestryHeight
File "C:\Users/DimitrisPoursanidis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin_init_.py", line 38, in wrapping_ee_import
module = builtin_import(name, *args, **kwargs)
File "C:\PROGRA
1/QGIS321.3/apps/qgis/./python\qgis\utils.py", line 888, in _importmod = builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/DimitrisPoursanidis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LiDARForestryHeight-master\LiDARForestryHeight.py", line 34, in
from .LiDARForestryHeight_dialog import LiDARForestryHeightDialog
File "C:\Users/DimitrisPoursanidis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin_init.py", line 38, in wrapping_ee_import
module = builtin_import(name, *args, **kwargs)
File "C:\PROGRA
1/QGIS321.3/apps/qgis/./python\qgis\utils.py", line 888, in _importmod = builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/DimitrisPoursanidis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LiDARForestryHeight-master\LiDARForestryHeight_dialog.py", line 43, in
from . import plugin_process
File "C:\Users/DimitrisPoursanidis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin_init.py", line 38, in wrapping_ee_import
module = builtin_import(name, *args, **kwargs)
File "C:\PROGRA
1/QGIS321.3/apps/qgis/./python\qgis\utils.py", line 888, in _importmod = builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/DimitrisPoursanidis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LiDARForestryHeight-master\plugin_process.py", line 31, in
from . import laspy_funs as laspy_fns
File "C:\Users/DimitrisPoursanidis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin_init.py", line 38, in wrapping_ee_import
module = builtin_import(name, *args, **kwargs)
File "C:\PROGRA
1/QGIS321.3/apps/qgis/./python\qgis\utils.py", line 888, in _importmod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/DimitrisPoursanidis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LiDARForestryHeight-master\laspy_funs.py", line 39, in
from laspy.header import Header
ImportError: cannot import name 'Header' from 'laspy.header' (C:\PROGRA
1\QGIS321.3\apps\Python39\lib\site-packages\laspy\header.py)Any idea? Need to install other packages?
The text was updated successfully, but these errors were encountered: