google-maps-services-python icon indicating copy to clipboard operation
google-maps-services-python copied to clipboard

Release failed - unexpected keyword argument: enable_address_descriptor still not supported

Open lfang1 opened this issue 5 months ago • 1 comments

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.

lfang1 avatar Jul 10 '25 23:07 lfang1

Related: #541

baughmann avatar Aug 12 '25 20:08 baughmann