<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I’ve installed the latest SIP (6.0.0) but I’m getting a pyqtdeploy-sysroot failure:</div><div class="">"pyqtdeploy-sysroot: PyQt: SIP v5.4.0 or later is required.”</div><div class=""><br class=""></div><div class="">I think it’s due to this check in pyqtdeploy/sysroot/plugins/PyQt.py:</div><div class=""><br class=""></div><div class=""><div class="" style="background-color: rgb(255, 255, 255); font-family: Menlo, Monaco, "Courier New", monospace; line-height: 18px; white-space: pre;"><div class="">        <span class="" style="color: rgb(175, 0, 219);">if</span> <span class="" style="color: rgb(0, 16, 128);">min_sipbuild_version</span>.<span class="" style="color: rgb(0, 16, 128);">major</span> != <span class="" style="color: rgb(0, 16, 128);">sipbuild_version</span>.<span class="" style="color: rgb(0, 16, 128);">major</span> <span class="" style="color: rgb(0, 0, 255);">or</span> <span class="" style="color: rgb(0, 16, 128);">min_sipbuild_version</span> > <span class="" style="color: rgb(0, 16, 128);">sipbuild_version</span>:</div><div class="">            <span class="" style="color: rgb(0, 16, 128);">self</span>.<span class="" style="color: rgb(121, 94, 38);">error</span>(</div><div class="">                    <span class="" style="color: rgb(163, 21, 21);">"SIP v</span><span class="" style="color: rgb(0, 0, 255);">{}</span><span class="" style="color: rgb(163, 21, 21);"> or later is required"</span>.<span class="" style="color: rgb(121, 94, 38);">format</span>(</div><div class="">                            <span class="" style="color: rgb(0, 16, 128);">min_sipbuild_version</span>))</div><br class=""></div></div><div class="" style="background-color: rgb(255, 255, 255); font-family: Menlo, Monaco, "Courier New", monospace; line-height: 18px; white-space: pre;">5 isn’t equal to 6.</div><div class="" style="background-color: rgb(255, 255, 255); font-family: Menlo, Monaco, "Courier New", monospace; line-height: 18px; white-space: pre;">Do I need to install an older version of SIP?</div><div class="" style="background-color: rgb(255, 255, 255); font-family: Menlo, Monaco, "Courier New", monospace; line-height: 18px; white-space: pre;"><br class=""></div><div class="" style="background-color: rgb(255, 255, 255); font-family: Menlo, Monaco, "Courier New", monospace; line-height: 18px; white-space: pre;">Many thanks,</div><div class="" style="background-color: rgb(255, 255, 255); font-family: Menlo, Monaco, "Courier New", monospace; line-height: 18px; white-space: pre;">Grant</div></body></html>