DenisCarriere / geocoder

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

No handlers could be found for logger "geocoder.base" #393

Open notoriusjack opened 5 years ago

notoriusjack commented 5 years ago

I am running this simple code taken from the examples: import geocoder g = geocoder.osm('11 Wall Street, New York') print(g.osm)

And I get the following error message: No handlers could be found for logger "geocoder.base" None

I have tried with others geocoding services but got the same message all the times