It might be kinda noob to ask. Sorry about that. tried this https://github.com/mutaku/pygeocoding library and did a LookUp like so
print LookUp(latlng="39.9518819802915,-75.1476150197085")
But it gave me
‘init() should return None’
What did I do wrong?
Thanks in advance.
I think there’s a bug in that code, replace the line:
return resultwith
and then run: