Hello, I'm trying to run GRASS for the first time but got the error below:
*Starting GRASS GIS...Traceback (most recent call last): File "/usr/local/grass78/gui/wxpython/core/globalvar.py", line 49, in CheckWxVersion parsed_version = list(map(int, split_ver))ValueError: invalid literal for int() with base 10: 'post2'During handling of the above exception, another exception occurred:Traceback (most recent call last): File "/usr/local/grass78/gui/wxpython/gis_set.py", line 34, in <module> from core import globalvar File "/usr/local/grass78/gui/wxpython/core/globalvar.py", line 237, in <module> hasAgw = CheckWxVersion([2, 8, 11, 0]) File "/usr/local/grass78/gui/wxpython/core/globalvar.py", line 55, in CheckWxVersion parsed_version = list(map(int, split_ver[:-1])) + [int(split_ver[-1][:i])]ValueError: invalid literal for int() with base 10: ''ERROR: Error in GUI startup. See messages above (if any) and if necessary, please report this error to the GRASS developers.On systems with package manager, make sure you have the right GUI package, probably named grass-gui, installed.To run GRASS GIS in text mode use the --text flag.Use '--help' for further options grass78 --helpSee also: https://grass.osgeo.org/grass78/manuals/helptext.html <https://grass.osgeo.org/grass78/manuals/helptext.html>Exiting...* what should be the solution for this? Thanks a lot, Asaf
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
