mapbox / rio-mbtiles

A plugin command for the Rasterio CLI that exports a raster dataset to an MBTiles 1.1 SQLite file
MIT License
125 stars 36 forks source link

travis fails to build Rasterio #19

Closed perrygeo closed 8 years ago

perrygeo commented 8 years ago

rasterio/_base.c:287:22: fatal error: cpl_conv.h: No such file or directory - looks like no python-dev. In fact, looks like this repo is set up to use old linux wheels.

@sgillies maybe this would be a good place to employ the manylinux wheels for 1.0a1?

sgillies commented 8 years ago

@perrygeo agreed, I'll look into that after lunch.