You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for this package. It's very useful in examining on how to interact with the Genesis databank through Python.
I tried installing it using pip install as well but noticed that the pip install is not supporting python3. E.g. the print statements are not updated in the PyPI version whilst they are in your GitHub repository which leads me to believe that the PyPI version is not up to date. Could that be correct?
Cheers!
The text was updated successfully, but these errors were encountered:
I wrote this a long time ago, targeting Python 2 only.
Not sure whether the Pypi version reflects the latest state of this repo.
If you want working code, you'll probably have to take the state of #1 and port it to Python 3. If you want to provide a PR for Python 3 only, I'd be happy to merge.
Hi @marians
Many thanks for this package. It's very useful in examining on how to interact with the Genesis databank through Python.
I tried installing it using pip install as well but noticed that the pip install is not supporting python3. E.g. the print statements are not updated in the PyPI version whilst they are in your GitHub repository which leads me to believe that the PyPI version is not up to date. Could that be correct?
Cheers!
The text was updated successfully, but these errors were encountered: