googlemaps / googlemaps/google-maps-services-python

Release failed - unexpected keyword argument: enable_address_descriptor still not supported

Open
#540 1 comment 0 reactions 0 assignees View on GitHub
triage me type: bug
Dominant language
Python
Stars
5k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.