<div dir="ltr"><div>Yes thank you. I manage to build this. I have one final question.</div><div><br></div><div>I have installed Qt from source using the GUI installer Qt version 5.14. and my qmake is located under /opt/Qt5.14.2/5.14.2/gcc_64/bin</div><div><br></div><div>The default installation of qmake associated with Qt5 is under /usr/bin(and installed by Ubuntu.</div><div><br></div><div>Is there a way to specify in the install of PyQt to use my version of Qt not the default version of Ubuntu?</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 6, 2020 at 11:54 AM Grzegorz Bokota <<a href="mailto:g.bokota@mimuw.edu.pl">g.bokota@mimuw.edu.pl</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Maybe some explanation is needed. <br></div><div>Since PyQt5 5.14 it is distributed in manylinux2014 wheels which is supported from pip 19.3, when ubuntu 18.04 is shipped with pip 9. PyQt5 switched from manylinux1 to manylinux2014 because Qt needs a new version of libc to work. <br></div><div><br></div><div><div><div dir="ltr"><div dir="ltr">Grzegorz Bokota<br></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">pon., 6 kwi 2020 o 06:34 Damon Lynch <<a href="mailto:damonlynch@gmail.com" target="_blank">damonlynch@gmail.com</a>> napisał(a):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">>><br>
>> Do this:<br>
>><br>
>> python3 -m install --user -U pip setuptools<br>
>><br>
>> You might want to upgrade wheel while you're at it too, but I guess<br>
>> that's up to you.<br>
>><br>
>> Then install PyQt5.<br>
>><br>
>><br>
<br>
Sorry, I forgot the most important part, the actual command to run! Do this:<br>
<br>
python3 -m pip install --user -U pip setuptools<br>
<br>
Your problem is that you're trying to install PyQt5 with a version of<br>
pip that is by current standards too old. Upgrade that and you're good<br>
to go.<br>
<br>
<br>
-- <br>
<a href="http://www.damonlynch.net" rel="noreferrer" target="_blank">http://www.damonlynch.net</a><br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</blockquote></div>
</blockquote></div>