[GRASS-user] Is this a bug in 8.3.dev?

Markus Neteler neteler at osgeo.org
Thu May 4 23:48:37 PDT 2023


Rich,

On Thu, May 4, 2023 at 10:25 PM Rich Shepard <rshepard at appl-ecosys.com> wrote:
> On Thu, 4 May 2023, Markus Neteler wrote:
...
> > There is an easy debugging option integrated:
> >
> > # switch on
> > g.gisenv set="DEBUG=1"
> > d.mon wx0
>
> Very interesting:
>
> GRASS NSR_TaxLot/PERMANENT:~ > g.gisenv set="DEBUG=1"
> D1/1: G_set_program_name(): g.gisenv
...
> D1/1: G_set_program_name(): g.gisenv
> wxnviz.py: This module requires the NumPy module, which could not be imported. It probably is not installed (it's not part of the standard Python distribution). See the Numeric Python site (http://numpy.scipy.org) for information on downloading source or binaries.

Still your numpy installation appears to be broken.
Perhaps python3-numpy-1.22.3-x86_64-1.SBo does not match your python
version at binary level?

...
> GRASS NSR_TaxLot/PERMANENT:~ >
>
> and the GUI window displayed.

Good.

> > # switch off
> > g.gisenv set="DEBUG=0"
>
> Why are lines repeated?

Perhaps there are loops in the code. It is harmless and just debugging
output which can be a bit noisy.

Markus


More information about the grass-user mailing list