Skip to content

Issue with version when install with pip install esridump #93

@jacknkandy

Description

@jacknkandy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions