Drew Bollinger
Drew Bollinger
Hi @TomAugspurger, sorry I don't have insight into the state of that server (I've transitioned to a new role). cc: @geohacker @batpad for more info
Reading further, the large site deletion method uses a helper method, also named [listObjects](https://github.com/18F/federalist/blob/staging/api/services/S3Helper.js#L64-L76) rather than the AWS SDK method. This method should, in theory, be paginating the results correctly....
Having this same error (trains, saves solver state, fails); we're you able to reproduce @TimoSaemann? I can send along my full workflow shortly if that helps
Maybe `conda install libssh2 `?
There might be more help in the rasterio repo for this type of error. Rasterio isn't finding the gdal install/config and can't finish the setup
Hi @dropmeaword, thanks for the report. This part of the code is a little clunky because we make OS calls. What operating system are you using and which version of...
Yeah replacing the `ACCESS_TOKEN` is noted in the README but it's pretty buried and has certainly caused its fair share of issues. I propose adding a specific check for this...
Hi @1126876778, can you provide more information about your operating system and install method? It looks like `rasterio` didn't install correctly
@1126876778 I'm not sure how to resolve but [this thread](https://github.com/mapbox/rasterio/issues/603) might provide some other ideas
@1126876778 we released a temporary version of `label-maker` (`0.3.3`) which has a looser `rasterio` version requirement which should make the install easier. Can you try reinstalling `rasterio>1` and then installing...