I have a question I try installing this library https://github.com/heartexlabs/labelImg however when I type pyrcc5 -o libs/resources.py resources.qrc
it gives me an error "'pyqt5' is not recognized as an internal or external command, operable program or batch file."
I've installed PyQt5 using pip install pyqt5
and added the PATH env variable this is the path "C:\Users\Jason\AppData\Local\Programs\Python\Python310\Lib\site-packages\PyQt5\Qt5\bin"
after restarting the cmd the same error still occurs. Any solution would be very helpful, thanks.