When I try installing the PyQt5 on Windows using the command
python configure.py
I get this error:
Error: Mak
You can easily install it using Anaconda. At first install Anaconda or Miniconda on you system (download from here) and then install the pyqt as follow:
conda install pyqt
It works for both version of python (2 and 3).