I have been trying to do PyQt5 designs, but when I want to transform it into .py file I can't. The pyuic5 error is always there in the cmd but when i try to use this command in the Pycharm terminal it works fine, I just need to change file directory in which I want the command to recognize it.
I want to use this function mainly:
pyuic5 -x test.ui -o test.py
This is what I'm facing, so if anybody has any solutions please share.