Re: [gdal-dev] ImportError: numpy.core.multiarray failed to import

2015-06-08 Thread Luke Pinner
On 8 Jun 2015 11:11 pm, "Ronquillo, Edgar Nahum" wrote: > > I just noticed I have numpy 1.6. However, I installed the binaries and bindings from Tamas' GIS internals site. Would I need numpy 1.7 or higher in this case? If you're running 32bit python, yes, get numpy 1.7.2 from the numpy sourcefo

Re: [gdal-dev] ImportError: numpy.core.multiarray failed to import

2015-06-05 Thread Luke
Sounds like you have a version mismatch. For example, you'll get that message if you have numpy 1.7x installed and you installed the gdal binaries and bindings from Christoph Gohlke (http://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal) which are built against numpy 1.9x If you have numpy 1.7x installe

[gdal-dev] ImportError: numpy.core.multiarray failed to import

2015-06-04 Thread Ronquillo, Edgar Nahum
Hello, So I am trying to run the example called "Clip a Geotiff with Shapefile" from this website https://pcjericks.github.io/py-gdalogr-cookbook/raster_layers.html. However, I get an error about numpy although I do have numpy installed. I believe is something with GDAL. Here is my output error