I see the doc says we need python >= 3.6. Running it with an older version, I get verbose output from python interpreter, so I think that should simple be handled.
For example:
python2 dexter.py list-debuggers You need python 3.6 or later to run DExTer
Could use sys.exit(ReturnCode._ERROR) here for consistency.