<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 24, 2016 at 8:36 AM, Ben Hur Pintor <span dir="ltr"><<a href="mailto:benhur.07b@gmail.com" target="_blank">benhur.07b@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>I use GRASS for most of my work involving solar radiation modelling using r.sun. I usually work on Ubuntu 14.04 or OSGeoLive 9.0. A few days ago, I updated the numpy installations of my system to the latest version which is 1.10. <br></div><div>... <br></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div></div><div>I looked around in Google and found a solution that required me to downgrade my numpy installation back to 1.8. It said that the subpackage numpy.oldnumeric which is needed by GRASS is only shipped with numpy up to version 1.8 (see: <a href="http://gis.stackexchange.com/questions/138204/trouble-importing-numpy-in-grass-architecture" target="_blank">http://gis.stackexchange.com/questions/138204/trouble-importing-numpy-in-grass-architecture</a>)</div><div><br></div><div>So my questions are:</div><div>(1) Will upgrading my system numpy to 1.10 really affect the computations by GRASS?</div><div>(2) Will GRASS eventually support/need numpy 1.10 or is the dependency on numpy.oldnumeric permanent?</div><div>(3) Are there any other solutions to the problem above aside from keeping the system's numpy at 1.8?</div><div><br></div><div>I know that I can always use virtualenvs in order to install multiple versions of numpy on my system so I can have 1.8 for GRASS as my main version and have virtualenvs with later numpy versions for other purposes.</div></blockquote></div><br>numpy.oldnumeric is not used by GRASS directly. According to an email from Glynn, it is used by wx.lib.plot. There is not much GRASS can do about this. Basically wxPython on your system is not new enough, the numpy.oldnumeric dependency was removed just recently. [1]<br><br>[1] <a href="https://lists.osgeo.org/pipermail/grass-dev/2014-November/071713.html">https://lists.osgeo.org/pipermail/grass-dev/2014-November/071713.html</a><br></div></div>