-
Notifications
You must be signed in to change notification settings - Fork 14
Use of Python2 #81
Description
Some of the code is using Python-2, which is not only deprecated but all development has been stopped. In fact, more modern Linux Distributions like the RHEL-8 do not distribute it any more.
Thus, it would be highly appreciated to stop using an outdated and no longer supported Python version. Apart from this is a security risk, it prevents us to install the software on our HPC cluster.
I am aware there are a few Python scripts but given there only has been a release recently and given Python-3 is around for quite some time, it would be good to get that fixed to make the otherwise very useful software future proof. Ideally, one should start with a more recent Python version like 3.11. for example.
Containers are not a good solution on a HPC cluster as they are sometimes having other issues like security, if an outdated OS for example is being used.