[GRASS-dev] [GRASS GIS] #2708: Run GRASS with Python3

GRASS GIS trac at osgeo.org
Sat Nov 25 17:39:22 PST 2017


#2708: Run GRASS with Python3
--------------------------+-------------------------
  Reporter:  zarch        |      Owner:  grass-dev@…
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:  7.4.0
 Component:  Default      |    Version:  unspecified
Resolution:               |   Keywords:
       CPU:  Unspecified  |   Platform:  Unspecified
--------------------------+-------------------------

Comment (by wenzeslaus):

 One option is to use Python virtual environments on your computer with
 Python 3 (I had to install `python3-venv`):

 {{{
 python3 -m venv test-python-3
 source test-python-3/bin/activate
 }}}

 After r71832 and r71833 (already compiled) GRASS GIS is now able to start
 in text mode with Python 3 and give acceptable error messages for GUI.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2708#comment:21>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list