Tengo un plugin en QGIS 2 y estoy intentando migrarlo a la versión 3
He descargado la herramienta 'qgis2to3'
--> He instalado el pip (get-pip.py) :
python get-pip.py
--> He instalado qgis2to3 :
python pip install --user qgis2to3
pero cuando intento usar el comando qgis2to3 /ruta/mi/plugin me devuelve este error :
can't find '__main__' module in 'qgis2to3'