pyuic5 not giving any output

156 Views Asked by At

I tried to convert my .ui file made from PyQt5 Designer to a .py file. But when I run the command pyuic5 -x gui_calculator.ui -o gui_cal.py it gives nothing as output and there is no file created in the directory. Python version - 3.10.0b4enter image description here

when I run the command pyuic5 alone the same happens. When the command where pyuic5 ran it shows C:\Users\2\AppData\Local\Programs\Python\Python310\Scripts\pyuic5.exe.

0

There are 0 best solutions below