We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It does not work for Python 3, maybe only because of superficial syntax changes (e.g. brackets for print).
print
E.g.
import reverse_geocoder as rg
raises
File "/usr/local/lib/python3.4/site-packages/reverse_geocoder/__init__.py", line 88 print 'Unable to parse coordinates:', coordinates ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Yes I haven't tested it on Python 3. Will get on it... thanks!
Sorry, something went wrong.
2cf0b19
thampiman
No branches or pull requests
It does not work for Python 3, maybe only because of superficial syntax changes (e.g. brackets for
print
).E.g.
raises
The text was updated successfully, but these errors were encountered: