genesisclient icon indicating copy to clipboard operation
genesisclient copied to clipboard

PyPI version not supporting Python3

Open quinten-goens opened this issue 6 years ago • 1 comments

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!

quinten-goens avatar Jan 27 '20 09:01 quinten-goens

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 https://github.com/marians/genesisclient/pull/1 and port it to Python 3. If you want to provide a PR for Python 3 only, I'd be happy to merge.

marians avatar Jan 28 '20 09:01 marians