Hi Māris!

I found the issue -- life is good again! Thank you so much!

Best regards,
Tom

On Fri, Apr 16, 2021 at 2:00 AM Maris Nartiss <maris....@gmail.com> wrote:

> Recompiling GRASS will not help. Look at your environment settings. In
> terminal examine output of env – most likely it contains some extra
> python paths that should not be there.
>
> Usual suspects of not playing nice are any python modules directly
> (ctypes, SWIG, ...) utilizing code from external compiled libraries
> (GDAL, wxWidgets, PROJ, ...). Make sure you are using only one python
> and its modules linking to other shared libraries are compiled with
> the same version of shared library. On Ubuntu package manager takes
> care of those aspects, in a virtual or mixed environment you are on
> your own.
>
> Good luck,
> Māris.
>
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to