[GRASS-user] Some new issues since installing some Python tools

Maris Nartiss maris.gis at gmail.com
Thu Apr 15 23:00:52 PDT 2021


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.


More information about the grass-user mailing list