<div dir="ltr"><div dir="ltr">On Thu, Dec 19, 2019 at 9:25 PM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">PyQt v5.14.0 has been released. This adds support for Qt v5.14.0. There <br>
are corresponding releases of PyQtWebEngine, PyQt3D, PyQtChart, <br>
PyQtDataVisualization and PyQtPurchasing.<br>
<br>
These are the first releases built with SIP v5 so there may be some <br>
slight packaging differences. In particular the source tarballs are now <br>
held on PyPI.<br></blockquote><div><br></div><div>Hi,</div><div><br></div><div>There's an issue with the  build requirements which prevent pip's PEP 517 support from working, here the patch I applied to make it work:</div><div><br></div><div>--- pyproject.toml.orig    2019-12-20 13:51:45.860580598 +0100<br>+++ pyproject.toml    2019-12-20 13:51:53.268580238 +0100<br>@@ -1,6 +1,6 @@<br> # Specify the build system requirements.<br> [build-system]<br>-requires = ["sip >=5.0.1 <6", "PyQt-builder >=1.1.0, <2"]<br>+requires = ["sip >=5.0.1, <6", "PyQt-builder >=1.1.0, <2"]<br> build-backend = "sipbuild.api"<br> <br> # Specify the PEP 566 metadata for the project.<br></div><div><br></div><div>Cheers,<br></div><br></div>-- <br><div dir="ltr" class="gmail_signature">A: Because it destroys the flow of conversation.<br>Q: Why is top posting dumb?</div></div>