Skip to content

Release failed - unexpected keyword argument: enable_address_descriptor still not supported #540

@lfang1

Description

@lfang1

When running the code using Googlemaps python 4.10.0:
reverse_geocode_data = gmaps.reverse_geocode((center_lat, center_lon), enable_address_descriptor=True)

See error:
Unexpected error during reverse geocoding for (x, y): reverse_geocode() got an unexpected keyword argument ‘enable_address_descriptor’

Cause:
The current release did not get the new version of geocoding.py

Manual Fix:
Replace the old version of geocoding.py with the new version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions