I am trying to use pyuic5 to convert .ui files into .py files but my files are not found.
I used:
pyuic5 -x -o part2.py PART2.ui
pyuic5 -x PART2.ui -o part2.py
My file exist in E:\aor\p2. It gives the error:
ERROR:
Fatal error in launcher: Unable to create process using '"c:\users\user1\appdata\local\programs\python\python37\python.exe" "C:\Users\User1\AppData\Local\Programs\Python\Python37\Scripts\pyuic5.exe" -x -o pPART2.py PART2.ui': The system cannot find the file specified.
I'm using Python 3.6.