When I try installing the PyQt5 on Windows using the command
python configure.py
I get this error:
Error: Mak
If you are facing problem with pip3 install pyqt5 then try pip3 install pyqt5==5.12.0 This solved the problem for me
pip3 install pyqt5
pip3 install pyqt5==5.12.0