Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with version when install with pip install esridump #93

Open
jacknkandy opened this issue Feb 1, 2023 · 0 comments
Open

Issue with version when install with pip install esridump #93

jacknkandy opened this issue Feb 1, 2023 · 0 comments

Comments

@jacknkandy
Copy link

jacknkandy commented Feb 1, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant