Closed jkmacc-LANL closed 4 years ago
@jkmacc-LANL, this module was created by our lab for the express purpose of converting Antelope databases to QuakeML. Our main use case is to use the Antelope Python modules to query data. BRTT's distributed python modules only work with Python 2.7. As far as I know, BRTT has no Python 3 roadmap.
I'm sorry that isn't made clear anywhere. This is not a community developed package, we open-sourced it at the request of some other Antelope users, so the Python 2.7 is implied. I'll make a note of this internally, and put it on our list of possible python3 migration projects. If there is wider use in the community for this, I think it would be good to maintain for the future.
Thanks for responding. I actually see a few forks of it, some of which look like they’re active. Much appreciated.
Hello,
It seems that qmlutil is targeting Python 2, but this isn't explicit in the
setup.py
. In Python 3, I get the following runtime error using01
as an integer intput intodatetime.datetime
:I've fixed this error in the 3 or so places where it is found, but the tests produce a string error:
So, it seems that this is currently Python 2 only. Are there plans for a Python 3 version?