You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 themax_page_size
param. As I was previously getting aERROR: 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.
The text was updated successfully, but these errors were encountered: