googlemaps / googlemaps/google-maps-services-python
Release failed - unexpected keyword argument: enable_address_descriptor still not supported
Đang mở
triage me
type: bug
- Ngôn ngữ chính
- Python
- Star
- 5k
- Fork
- 1.4k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.