Dear Ming, Is "Processing" core plugin enabled? Can you check please?
You can list all available processing algorithms with in the Python console [1]: for alg in QgsApplication.processingRegistry().algorithms(): print(alg.id(), "->", alg.displayName()) What is your output? Is native:dissolve listed or not? [1] https://docs.qgis.org/testing/en/docs/user_manual/processing/console.html Regards, Jorge Gustavo On 03/02/20 16:27, ming han wrote: > Hi everyone > > I am using Qgis 3.10. I could run > processing.run('gdal:cliprasterbymasklayer',..) > but got an algorithm not found error when I try to run > processing.run("native:dissolve",...) > > Is anyone know what happened to this script? > > Thanks > Ming > > > _______________________________________________ > Qgis-user mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Email Signature Logo <https://www.geomaster.pt> *Geomaster* *Jorge Gustavo Rocha* | Software Engineer *e:*[email protected] | *m:*+351 910 333 888 *g:*41.54094,-8.40490 | *v: *510 906 109 *a: * Rua António Cândido Pinto, 67, 4715-400 Braga
_______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
