-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
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
Python needs to be ported to Python 3 #369
Comments
Hey @SWalkerTTU, our Python library already runs properly on Python 3.6 (tested continuously). Do you have more details on what isn't working in Python 3.7? Could it be a configuration issue? |
I've narrowed it down a bit more. The code in the Git repository passes its test on 3.8, but importing the pip package in 3.8 isn't working; the methods don't show up with openlocationcode.dict on 3.8, but do on 2.7. |
@zongweil I was unable to resolve functions defined in
This is with 3.8.1. I haven't checked other versions. |
Recommended tag: implementation |
As is, the Python module does not work in Python 3.7, and Python 2 will be officially deprecated in two weeks (1st January 2020). I have tried a number of things to get it to work, but to no avail.
The text was updated successfully, but these errors were encountered: