openaddresses/pyesridump

Issue with version when install with pip install esridump

Opened this issue · 0 comments

When I installed this package using the command pip install esridump as in the readme, I ended up realizing that is was installing an older version, since I wanted to use the max_page_size param. As I was previously getting a
ERROR: EsriDumper.__init__() got an unexpected keyword argument 'max_page_size' error even though I could see in the latest version this param was available.

I had to uninstall the package, then install using the command:

pip install --upgrade https://github.com/openaddresses/pyesridump/tarball/master

to get the latest version. Just a note for anyone who encounters some issues.