<div dir="ltr"><div>When you run GRASS, go to terminal, type "python", press Enter and look what the version of Python you use:</div><div><br></div><div>GRASS nc_spm_08_grass7/testpatch:~ > python<br>Python 3.8.10 (default, Mar 13 2023, 10:26:41) <br>[GCC 9.4.0] on linux<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> import numpy as np<br>>>> np.version.version<br>'1.17.4'<br><br></div><div><br></div><div>or in the GUI, go to Python shell tab, look at the Python version, and try importing numpy</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 1, 2023 at 12:43 PM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, 1 May 2023, Anna Petrášová wrote:<br>
<br>
> You are likely using Python 3 already. Why don't you try to see which one<br>
> you use as I suggested?<br>
<br>
>> Apparenly so. My Slackware64-15.0 includes python2-2.7.18,<br>
>> python3-3.9.10, and python3-numpy-1.22.3. No python2-numpy.<br>
<br>
Anna, As I wrote: python3-3.9.10 and python3-numpy-1.22.3 are installed,<br>
along with python2 and the last python2-numpy.<br>
<br>
Rich<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</blockquote></div></div>