googlemaps / googlemaps/google-maps-services-python
Release failed - unexpected keyword argument: enable_address_descriptor still not supported
未关闭
triage me
type: bug
- 主要语言
- Python
- 星标
- 5k
- 派生
- 1.4k
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
评估
这个 Issue 还没有评估数据。