Leo requires Qt to be installed.
Para solucionar esto:
sudo apt-get install python3-pyqt4
Y correrlo con python3, hice un archivo en bash y lo coloqué en el path
usuario@maqunia:~$ cat Leo #!/bin/bash python3 /opt/Leo/launchLeo.py
Leo requires Qt to be installed.
sudo apt-get install python3-pyqt4
usuario@maqunia:~$ cat Leo #!/bin/bash python3 /opt/Leo/launchLeo.py