qgis-stac-plugin icon indicating copy to clipboard operation
qgis-stac-plugin copied to clipboard

ImportError: cannot import name 'QgsPointCloudLayer' from 'qgis.core'

Open Maranhao6456 opened this issue 2 years ago • 5 comments

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?

Maranhao6456 avatar Nov 12 '22 23:11 Maranhao6456

Hi @Maranhao6456, what QGIS version are you using?

Samweli avatar Nov 24 '22 12:11 Samweli

Hi!

3.22.6

Maranhao6456 avatar Nov 24 '22 13:11 Maranhao6456

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

Samweli avatar Feb 28 '23 09:02 Samweli

Hi, In that case, would this only work for version 3.18 or for later versions as well?

Maranhao6456 avatar Mar 01 '23 13:03 Maranhao6456

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.

Samweli avatar Apr 07 '23 14:04 Samweli