Changes between Initial Version and Version 2 of Ticket #590
- Timestamp:
- 01/24/19 03:11:19 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #590
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #590 – Description
initial v2 6 6 open msys 7 7 8 {{{ 8 9 $ python 9 10 Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32 … … 25 26 ImportError: No module named _gdal_array 26 27 >>> exit() 28 }}} 27 29 28 30 In 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. … … 31 33 http://download.osgeo.org/osgeo4w/x86/release/python/python-numpy/ 32 34 35 {{{ 33 36 python-numpy-1.11.0-1.tar.bz2 18-Oct-2017 20:37 5.3M 34 37 python-numpy-1.12.1+mkl-1.tar.bz2 10-Apr-2017 11:41 17M … … 38 41 python-numpy-2.7-1.5.1-1.tar.bz2 07-May-2011 08:08 2.1M 39 42 python-numpy-2.7-1.7.0-1.tar.bz2 28-May-2013 15:10 2.4M 43 }}} 40 44 41 45 The 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.