I have been trying to use pyqtdeploy to port a Python program to Android, but can't seem to make it work.
I am using Python 3.7.5 and I have installed pyqtdeploy through pip install.
I have launched the command:
pyqtdeploy myproject.pyd
But it does not do anything (no file is created and the GUI does not start) and I get no error.