Ian Dees
Ian Dees
Yep, optional makes sense. I was thinking about using Postgres. On Heroku they offer 10K rows for free and don't mention a size limit. Although swapping out postgres for memcache/redis...
Can you try my suggestion in #36
Yes, please make sure you follow all of the Readme. Also, please include your entire console session. The screenshot you posted continues and might include more information about the error.
It looks like your Python installation is broken. You could try adding `$HOME/.local/bin` to your path like so: ``` export PATH="${PATH}:${HOME}/.local/bin" ``` And running the `serverless deploy` command again.
The setup instructions in the readme work for me from a Ubuntu 22.04 server. Please make sure you're installing pipenv as described in the instructions.
Here's how I got it working on a fresh Ubuntu 22.04 Docker image: 1. Install node + npm sudo apt update sudo apt install -y npm 1. Install serverless npm...
I'm not sure that the re-run thing works with "data-pls" (it was a feature of the older CI system). It looks like that job failed due to timeout. The server...
I think the GeoJSON parsing code in machine looks at the first GeoJSON feature ([here](https://github.com/openaddresses/batch-machine/blob/master/openaddr/conform.py#L651)) and uses that to build the columns for the CSV to pass through the rest...
It looks like their server is using some really old TLS configuration that none of the Python request libraries support anymore. Does the server not work at all with http?