Since GRASS now will use Python3 (and Python2 reaches EOL this coming
Thursday) I'm trying to clean out all Python2 modules in favor of their
Python3 versions.

A couple of days ago I removed the 'six' python module because
python3-six-1.13.0-x86_64-1_SBo is installed here. But, grass7.9.dev isn't
happy:

$ grass79 -text
Traceback (most recent call last):
  File "/usr/local/bin/grass79", line 52, in <module>
    import six
ModuleNotFoundError: No module named 'six'

Guess I need to re-install python2's six.

Stay well, all,

Rich

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to