<div dir="ltr">

<p style="margin:0px;text-indent:0px;white-space:pre-wrap">Dear forum</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">I slightly modified the processing-script called RandomPointsPolygons.py to make my own script and I copied it in</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/home/giacomo/.local/share/QGIS/QGIS3/profiles/default/processing/scripts.</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">but when I launch QGIS 3.10 I get this error</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p>

<p style="margin:0px;text-indent:0px;white-space:pre-wrap">NotImplementedError: QgsProcessingAlgorithm.name() is abstract and must be overridden </p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">Traceback (most recent call last):</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">  File "/usr/share/qgis/python/plugins/processing/script/ScriptUtils.py", line 68, in loadAlgorithm</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">    alg = algfactory.instances.pop().createInstance()</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">IndexError: pop from empty list</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">During handling of the above exception, another exception occurred:</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">NotImplementedError: QgsProcessingAlgorithm.name() is abstract and must be overridden</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">Versione Python: 3.7.3 (default, Oct  7 2019, 12:56:13) [GCC 8.3.0] </p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">Versione di QGIS: 3.10.1-A Coruña A Coruña, ef24c526da </p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">Percorso Python:</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/usr/share/qgis/python</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/home/giacomo/.local/share/QGIS/QGIS3/profiles/default/python</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/home/giacomo/.local/share/QGIS/QGIS3/profiles/default/python/plugins</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/usr/share/qgis/python/plugins</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/usr/lib/x86_64-linux-gnu/otb/python</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/usr/lib/python37.zip</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/usr/lib/python3.7</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/usr/lib/python3.7/lib-dynload</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/usr/local/lib/python3.7/dist-packages</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/usr/lib/python3/dist-packages</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/home/giacomo/.local/share/QGIS/QGIS3/profiles/default/python</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">/usr/lib/python3/dist-packages/IPython/extensions</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p><p style="margin:0px;text-indent:0px;white-space:pre-wrap">Any help please?<br></p></div>