'pyuic5' is not recognized as an internal or external command, operable program or batch file

2k Views Asked by At

I am a beginner in making GUI by python_pyqt5. I can't convert the UI file into a py file, whenever I try to convert I get this message from CMD:

pyuic5` is not recognized as an internal or external command, operable program or batch file.

I search for pyqt5 library in this direction C:\Program Files\Python38\Scripts. I didn't find it, although I have download pyqt5 and its tools with pip from the last direction but the pyqt5 located in this direction: C:\Users\mee\AppData\Roaming\Python\Python38\Scripts. I don't know what to do if you could help me, please.

1

There are 1 best solutions below

0
On

try using pip install pyqt5_tools --pre