windows – PyQt5 and Python 3.6 installation?
windows – PyQt5 and Python 3.6 installation?
Just use
pip3 install pyqt5-tools
then look for the folder pyqt5-tools
in your Lib directory
you need to download Qt5 from the site:
windows – PyQt5 and Python 3.6 installation?
To answer your question, as of right now there is no pyqt5-tools available for Python 3.6, been looking myself.
An another note, use the pyuic5.exe not the .bat. I have used this multiple times already.