When I try installing the PyQt5 on Windows using the command
python configure.py
I get this error:
Error: Mak
One of the most (probably the most) easiest way to install site-packages like PyQt5 is installing one of the versions of Anaconda. You can just install many of site-packages by installing it. List of avaliable site-packages with Anaconda versions can be checked here.
For example:
PATH: ....; C:\Anaconda3\Lib\site-packages\PyQt5; ...