Friends,

I compiled grass_7.8.3from source to run on arch linux (the AUR version is broken). Compiled and installed fine. Still have problems though.

**************

d.rast relief
Traceback (most recent call last):
File "/home/dvrbts/grass/rmveg/PERMANENT/.tmp/luthertucker/MONITORS/wx1/render.py", line 6, in <module>
    from grass.script import core as grass
File "/usr/local/grass78/etc/python/grass/__init__.py", line 4, in <module>
    import six
ImportError: No module named six

find /usr/local/grass78 -name six.py
/usr/local/grass78/gui/wxpython/mapdisp/six.py

*************

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
>>> import wxwidgets

No problems in python, so it looks to be a path problem but six.py is clearly in /usr/local/grass78/gui/wxpython/mapdisp


Thanks in advance for any help, Dave Roberts
_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to