qgis-stac-plugin
qgis-stac-plugin copied to clipboard
ImportError: cannot import name 'QgsPointCloudLayer' from 'qgis.core'
I am not able to install the plugin on different machines, the error is this:
ImportError: cannot import name 'QgsPointCloudLayer' from 'qgis.core' (C:/PROGRA~1/QGIS3~1.16/apps/qgis-ltr/./python\qgis\core_init_.py)
Could you give me a hint on how to resolve this?
Hi @Maranhao6456, what QGIS version are you using?
Hi!
3.22.6
~1/QGIS3~1.16
Hi @Maranhao6456 from this location it looks like you are using QGIS version 3.16 the QgsPointCloudLayer class was introduced in QGIS 3.18.
Hi, In that case, would this only work for version 3.18 or for later versions as well?
In that case, would this only work for version 3.18 or for later versions as well?
@Maranhao6456 it should work for 3.18 and all later versions.