We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am not able to install the plugin on different machines, the error is this:
ImportError: cannot import name 'QgsPointCloudLayer' from 'qgis.core' (C:/PROGRA1/QGIS31.16/apps/qgis-ltr/./python\qgis\core_init_.py)
Could you give me a hint on how to resolve this?
The text was updated successfully, but these errors were encountered:
Hi @Maranhao6456, what QGIS version are you using?
Sorry, something went wrong.
Hi!
3.22.6
1/QGIS31.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.
QgsPointCloudLayer
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.
No branches or pull requests
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/QGIS31.16/apps/qgis-ltr/./python\qgis\core_init_.py)Could you give me a hint on how to resolve this?
The text was updated successfully, but these errors were encountered: