Re: [GRASS-user] grass-7.9 does not find numpy

2019-09-01 Thread Rich Shepard
On Sun, 1 Sep 2019, Markus Neteler wrote: run git checkout lib/python/ctypes/ctypesgencore/parser/lextab.py then update again. That glitch has been fixed recently but requires this step (one time). markusN, I pulled from the git repo yesterday morning, added them to my repo clone, then

Re: [GRASS-user] grass-7.9 does not find numpy

2019-09-01 Thread Markus Neteler
On Thu, Aug 22, 2019 at 5:57 PM Rich Shepard wrote: > > On Mon, 19 Aug 2019, Markus Metz wrote: > > > Please post the full error message. > > Markus M, > > Starting GRASS GIS... > ERROR: wxGUI requires wxPython. No module named wx > You can still use GRASS GIS modules in the command line or in

Re: [GRASS-user] grass-7.9 does not find numpy

2019-08-22 Thread Rich Shepard
On Mon, 19 Aug 2019, Markus Metz wrote: Please post the full error message. Markus M, Starting GRASS GIS... ERROR: wxGUI requires wxPython. No module named wx You can still use GRASS GIS modules in the command line or in Python. ERROR: Error in GUI startup. See messages above (if any) and if

Re: [GRASS-user] grass-7.9 does not find numpy

2019-08-19 Thread Markus Metz
On Mon, Aug 19, 2019 at 6:51 PM Rich Shepard wrote: > > On Thu, 15 Aug 2019, Rich Shepard wrote: > > > /usr/local/grass79/etc/VERSIONNUMBER is 7.9.dev 86354090c. > > I just ran 'git pull' and configured, made, and installed the results. The > version number is the same as above and the initiation

Re: [GRASS-user] grass-7.9 does not find numpy

2019-08-19 Thread Rich Shepard
On Thu, 15 Aug 2019, Rich Shepard wrote: /usr/local/grass79/etc/VERSIONNUMBER is 7.9.dev 86354090c. I just ran 'git pull' and configured, made, and installed the results. The version number is the same as above and the initiation still exits because it cannot find the GUI. wxPython-4.0.4 is

Re: [GRASS-user] grass-7.9 does not find numpy

2019-08-15 Thread Rich Shepard
On Thu, 15 Aug 2019, Rich Shepard wrote: I pulled new changed files from the git repo, saw a file name 'master...'. Configured, built, and installed. Same error: grass is not finding wx. /usr/local/grass79/etc/VERSIONNUMBER is 7.9.dev 86354090c. Rich

Re: [GRASS-user] grass-7.9 does not find numpy

2019-08-15 Thread Rich Shepard
On Thu, 15 Aug 2019, Markus Metz wrote: the grass startup script was not updated to enforce python3, fixed in master 83ba584e git pull && make should help Markus M, I pulled new changed files from the git repo, saw a file name 'master...'. Configured, built, and installed. Same error: grass

Re: [GRASS-user] grass-7.9 does not find numpy

2019-08-15 Thread Markus Metz
On Thu, Aug 15, 2019 at 10:50 PM Rich Shepard wrote: > > On Thu, 15 Aug 2019, Markus Metz wrote: > > > but the gui is looking in /usr/lib64/python2.7/site-packages/ > > -> wrong python version > > make sure wxpython for python3 is installed, make distclean, configure, make > > Markus M, > > Now,

Re: [GRASS-user] grass-7.9 does not find numpy

2019-08-15 Thread Rich Shepard
On Thu, 15 Aug 2019, Markus Metz wrote: but the gui is looking in /usr/lib64/python2.7/site-packages/ -> wrong python version make sure wxpython for python3 is installed, make distclean, configure, make Markus M, Thank you. I thought wxPython-3.0.2.0 worked for both Python versions.

Re: [GRASS-user] grass-7.9 does not find numpy

2019-08-15 Thread Rich Shepard
On Thu, 15 Aug 2019, Vincent Bain wrote: perhaps related: https://lists.osgeo.org/pipermail/grass-user/2019-July/080547.html Vincent, Thanks for the URL, but it's not the same issue. There was no numpy to upgrade. Normally I build and install packages using the SlackBuilds.org scripts. For

Re: [GRASS-user] grass-7.9 does not find numpy

2019-08-15 Thread Markus Metz
On Thu, Aug 15, 2019 at 8:12 PM Rich Shepard wrote: > > Starting grass-7.9 in a new location and mapset fails: > > 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