It would be nice to have Python 3 support. I get this error while running the program:
$ challenges --active ⏎
Traceback (most recent call last):
File /home/u/v/bin/challenges, line 7, in <module>
from challenges.cli import main
File /home/u/v/lib/python3.5/site-packages/challenges/cli.py, line 7, in <module>
from local_exceptions import IncorrectParametersException
ImportError: No module named 'local_exceptions'
It would be nice to have Python 3 support. I get this error while running the program: