DenisCarriere / geocoder

:earth_asia: Python Geocoder
http://geocoder.readthedocs.org
MIT License
1.62k stars 286 forks source link

ModuleNotFoundError: No module named 'ratelim' #460

Closed grekichi closed 1 year ago

grekichi commented 1 year ago

Hi there ! I tried to use geocoder.google(~, method='reverse'). It happened this error. for detail below, ~ geocoder/freegeoip.py", line 8, in ~ Should I install 'retelim' also for using geocoder ?

vihaanmody1 commented 1 year ago

If it tells you this, you should install 'retelim'. If it doesn't work, reinstall geocoder.

grekichi commented 1 year ago

Thanks for communication, Vihaan.

I tried install retelim and the other modules. But 'geocoder.google' could not run. Isn't it need to register google API ?

So I tried 'geocoder.osm', and it worked !

vihaanmody1 commented 1 year ago

Nice to hear that the problem is fixed. Please close this issue.