[GRASS-user] ImportError: No module named six

Dave Roberts droberts at montana.edu
Tue Jul 28 15:12:11 PDT 2020


I compiled 7.8.3 from source successfully.  However, I get an error when 
tying to start a monitor

----
GRASS GIS 7.8.3 > d.mon wx3
 
                              Mapset <PERMANENT> in Location <id_geol> 
                                                           GRASS GIS 
7.8.3 > Traceback (most recent call last):
   File "/usr/local/grass78/gui/wxpython/mapdisp/main.py", line 33, in 
<module>
     import six
ImportError: No module named six
----

However, six is installed (several places apparently).

python
Python 3.8.3 (default, May 17 2020, 18:15:42)
[GCC 10.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
 >>> import six
 >>>
-----

     So presumably this is a path problem but I haven't found any useful
posts on the topic yet.

I run

uname -a
Linux luthertucker 5.4.52-1-MANJARO #1 SMP PREEMPT Thu Jul 16 16:07:11 
UTC 2020 x86_64 GNU/Linux

Thanks, Dave
-- 


More information about the grass-user mailing list