<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Docs for installing PyQt5 from source are here:<div><br></div><div><a href="https://pyqt.readthedocs.io/en/latest/installation.html#building-and-installing-from-source">https://pyqt.readthedocs.io/en/latest/installation.html#building-and-installing-from-source</a></div><div><br></div><div>They explicitly state that sip should be built with "a command line similar to the following":</div><div><br></div><div>  python configure.py --sip-module PyQt5.sip --no-tools<br></div><div><br></div><div>However, if you specify "--no-tools" it explicitlydoes not install the sip.h file is needed for compiling PyQt5 itself. This is documented here:</div><div><br></div><div><a href="http://pyqt.sourceforge.net/Docs/sip4/installation.html#cmdoption-configure-py-no-tools">http://pyqt.sourceforge.net/Docs/sip4/installation.html#cmdoption-configure-py-no-tools</a><br></div><div><br></div><div>If you drop the --no-tools from the sip compilation, PyQt5 compilation can proceed since it has the sip.h file.</div><div><br></div><div>Thanks,</div><div>Russ</div><div><br></div></div></div></div></div></div>