Python Forum
ui to py command error
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ui to py command error
#5
Diovanno

Thank you for this post !!

I have looking for answer on many Forums...
And All Experts reply same answer but resolve was completly different.
YOUR Way is only correct way to resolve it, install pyqt5 by pip in python.

Most user in Forums use linux or Mac, and have No idea for Windows Complications and problems..
Most problem in Windows are with Path or exe files. But this is no Reason for Go Only in Linux and think simple. As most users still on Windows.

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

Solution is:
pip install pyqt5

or in Future for other QT version, just check which one you have installed.

CONFIRMED.
Installing collected packages: PyQt5-sip, pyqt5
Successfully installed PyQt5-sip-12.8.0 pyqt5-5.15.0

THANKS !
Reply


Messages In This Thread
ui to py command error - by Diovanno - Apr-10-2018, 12:16 PM
RE: ui to py command error - by Diovanno - Apr-11-2018, 05:47 PM
RE: ui to py command error - by nilamo - Apr-11-2018, 06:09 PM
RE: ui to py command error - by Diovanno - Apr-11-2018, 06:16 PM
RE: ui to py command error - by zorekk - Aug-26-2020, 07:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGUI] Invalid command error with Entry object eliqm 8 2,223 May-18-2023, 10:14 PM
Last Post: eliqm

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020