Yes,
Since v8p2, python2 scripts are not provided anymore.
You will have to switch to python 3.
As there is no update of the automatic installer so far, you will have to install python 3 and some libraries by yourself.
Few month ago, I was reluctant with this as I had previous version of telemac already installed on my computer with python 2.
You can manage an environment to keep old version working with python 2 and newer versions with python 3.
So, you can install python 3 from
https://www.python.org/
And after that, you will just need to install libraries as described in the wiki
http://wiki.opentelemac.org/doku.php?id=installation_notes_2_beta
-> Using pip to install requirements
Alexis