<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>After my trouble installing PyQt5-5.15.3 I decided to log all
package version numbers.</p>
<p>Pip tells me I have these:</p>
<p> PyQt5 5.15.3<br>
PyQt5-Qt 5.15.2<br>
PyQt5-sip 12.8.1<br>
</p>
<p>But trying this in Python with the variable names in the middle
column, I get:</p>
<p>PyQt: PYQT_VERSION_STR --> 5.15.3<br>
PyQt-Qt: QT_VERSION_STR --> 5.15.2<br>
PyQt-sip: SIP_VERSION_STR --> <font color="#e23243"> <b>5.4.0</b></font><br>
</p>
<p>This is obtained following Pythons official guidance:</p>
<p><a moz-do-not-send="true"
href="https://wiki.python.org/moin/PyQt/Getting%20the%20version%20numbers%20of%20Qt%2C%20SIP%20and%20PyQt">https://wiki.python.org/moin/PyQt/Getting%20the%20version%20numbers%20of%20Qt%2C%20SIP%20and%20PyQt</a></p>
<p>But the sip version is obviously wrong. What kind of sip did I
actually get, and how do I get the correct one?</p>
<p>ullix</p>
<p><br>
</p>
</body>
</html>