Python Forum

Full Version: unable to install sip/pyqt on windows 10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi

I am an experienced programmer though new to python. I installed python on windows 10 and it is working. now I want to install pyqt, it asks me to install sip first. I downloaded sip and ran

python configuration.py

it performs well, but when I try to execute

make

it gives me command not found error.

what am I missing that make command is unrecognized in the system? how I can I install PyQt on windwos 10? msi is no more available and I have to build the PyQt and SIP myself.

thank you
use:
pip install pyQt5