Hi I'm Michele and this is my first e-mail in this mailing list and I hope to find a little help :-)<br />I'm working to classify some UAV images and I would like to follow the method proposed by <a href="http://proceedings.utwente.nl/367/1/Grippa-An%20Open-Source%20Semi-Automated%20Processing%20Chain%20For%20Urban%20OBIA%20Classification-28.pdf">Grippa et al. 2016</a> working with <a href="https://grass.osgeo.org/grass72/manuals/addons/i.segment.uspo.html">i.segment.uspo</a>.<br />So I downloaded and installed the OSGEO Live 9.5 and from GRASS shell I installed <a href="https://grass.osgeo.org/grass72/manuals/addons/i.segment.uspo.html">i.segment.uspo</a> and the required <a href="https://grass.osgeo.org/grass72/manuals/addons/r.neighborhoodmatrix.html">r.neighborhoodmatrix</a>.<br />Everything went right but when I try to use <a href="https://grass.osgeo.org/grass72/manuals/addons/i.segment.uspo.html">i.segment.uspo</a> I get an error message because there is something wrong with <a href="https://grass.osgeo.org/grass72/manuals/addons/r.neighborhoodmatrix.html">r.neighborhoodmatrix</a>. <br />This is the error message retrieved trying to use <a href="https://grass.osgeo.org/grass72/manuals/addons/r.neighborhoodmatrix.html">r.neighborhoodmatrix</a>:<br /><br />#############################<br />Traceback (most recent call last):<br />  File<br />"/home/user/.grass7/addons/scripts/r.neighborhoodmatrix",<br />line 137, in <module><br />    main()<br />  File<br />"/home/user/.grass7/addons/scripts/r.neighborhoodmatrix",<br />line 123, in main<br />    unique_neighbors_sorted =<br />gscript.natural_sort(unique_neighbors)<br />AttributeError: 'module' object has no attribute<br />'natural_sort'<br />#############################<br /><br />I tried to re-install the module but I retrieved the same message.<br />Someone can help me?<br /><br />Thank you<br /><br />Michele <br /><br />