ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

Rasterio package broke after recent GDAL update #960

Open brendancol opened 8 years ago

brendancol commented 8 years ago

looks like the recent updates to GDAL have broken the rasterio. Installing rasterio from pypi DOES work with the most recent GDAL update. I attempt to use conda skeleton to rebuild the recipe for rasterio but got build errors.

brendancol commented 8 years ago

Note: rasterio package seemed fine on Windows + Python2.7 + GDAL

ilanschnell commented 8 years ago

Rasterio wasn't updated at all when I build the new GDAL 2.1. I'm working on compiling rasterio against GDAL 2.1 now.

ilanschnell commented 8 years ago

Ok, so I've update rasterio on Unix to version 0.36.0 and build it against GDAL 2.1. Windows still to do.