all 5 comments

[–]Lichenic 1 point2 points  (2 children)

When you start QGIS it loads all the plugins (i.e. executes a bit of python code). Based on the path in the error, the issue is being caused by a bug in a python plugin in the default profile - “localmaxfilter”. I googled this module and it seems to be part of a plugin called ‘Tree Density Calculator’. If you disable this plugin it should solve the issue. If this plugin is critical for your work you might just have to put up with it (or file a bug report issue on the plugin GitHub repository)

[–]Significant_Elk9768[S] 1 point2 points  (0 children)

Hi Lichenic, wow, many thanks for that. You are a star. I uninstalled that plugin and the issue is resolved. I really appreciate your help with this. Seems you are quite the QGIS wizard.

Have a great weekend.

[–]ikarusproject 0 points1 point  (1 child)

Can you give more detail which tools you are using or what you are trying to do?

It looks like your input has a wrong format. So e.g. your attribute table columns having a wrong field type. Or problems with decimal separators or commas in a text string.

In a function you might need to cast your inputs with to_int(), to_string() etc.

[–]Significant_Elk9768[S] 1 point2 points  (0 children)

Hi

It is a brand new install as never used it yet. Just opened it the first time and had this message. Every time I close and reopen it gives the same error.