Changes between Initial Version and Version 2 of Ticket #590


Ignore:
Timestamp:
Jan 24, 2019, 3:11:19 AM (5 years ago)
Author:
jef
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #590

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #590 – Description

    initial v2  
    66open msys
    77
     8{{{
    89$ python
    910Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32
     
    2526ImportError: No module named _gdal_array
    2627>>> exit()
     28}}}
    2729
    2830In OSGEo4w, the only option is to download python-numpy version 1.7.0, and the alternate version is 1.5, although these are very old, and the latest versions under osgeo seem to be 1.12 and 1.15.
     
    3133http://download.osgeo.org/osgeo4w/x86/release/python/python-numpy/
    3234
     35{{{
    3336python-numpy-1.11.0-1.tar.bz2   18-Oct-2017 20:37       5.3M     
    3437python-numpy-1.12.1+mkl-1.tar.bz2       10-Apr-2017 11:41       17M     
     
    3841python-numpy-2.7-1.5.1-1.tar.bz2        07-May-2011 08:08       2.1M     
    3942python-numpy-2.7-1.7.0-1.tar.bz2        28-May-2013 15:10       2.4M       
     43}}}
    4044
    4145The result of the error is that matplotlib and pandas will no longer function, since 1.7 is below their minimum versions, and also any script using gdal_calc, the gdal raster calculator, will also fail.