<div dir="ltr"><br><br>On Thu, Aug 15, 2019 at 8:12 PM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br>><br>> Starting grass-7.9 in a new location and mapset fails:<br>><br>> wxnviz.py: This module requires the NumPy module, which could not be imported. It probably is not installed (it's not part of the standard Python distribution). See the Numeric Python site (<a href="http://numpy.scipy.org">http://numpy.scipy.org</a>) for information on downloading source or binaries.<br>> Traceback (most recent call last):<br>>    File "/usr/local/grass79/gui/wxpython/wxgui.py", line 172, in <module><br>>      sys.exit(main())<br>>    File "/usr/local/grass79/gui/wxpython/wxgui.py", line 159, in main<br>>      app = GMApp(workspaceFile)<br>>    File "/usr/local/grass79/gui/wxpython/wxgui.py", line 53, in __init__<br>>      wx.App.__init__(self, False)<br>>    File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 8628, in __init__<br>>      self._BootstrapApp()<br>>    File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp<br>>      return _core_.PyApp__BootstrapApp(*args, **kwargs)<br>>    File "/usr/local/grass79/gui/wxpython/wxgui.py", line 104, in OnInit<br>>      from lmgr.frame import GMFrame<br>>    File "/usr/local/grass79/gui/wxpython/lmgr/frame.py", line 51, in <module><br>>      from lmgr.layertree import LayerTree, LMIcons<br>>    File "/usr/local/grass79/gui/wxpython/lmgr/layertree.py", line 40, in <module><br>>      from wxplot.histogram import HistogramPlotFrame<br>>    File "/usr/local/grass79/gui/wxpython/wxplot/histogram.py", line 23, in <module><br>>      import gui_core.wxlibplot as plot<br>>    File "/usr/local/grass79/gui/wxpython/gui_core/wxlibplot.py", line 121, in <module><br>>      import numpy as np<br>> ImportError: No module named numpy<br>><br><div>> Numpy is installed (by pip) in /usr/lib64/python3.7/site-packages/.</div><div><br></div><div>but the gui is looking in /usr/lib64/python2.7/site-packages/</div><div><br></div><div>-> wrong python version</div><div><br></div><div>make sure wxpython for python3 is installed, make distclean, configure, make<br></div><div><br></div><div>HTH,</div><div><br></div><div>Markus M<br></div><div><br></div></div>