[GRASS-user] GRASS and Python3
Rich Shepard
rshepard at appl-ecosys.com
Sun Dec 27 18:04:36 PST 2020
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
More information about the grass-user
mailing list