Re: Unable to install PyQt 5.14

Damon Lynch <[email protected]> Mon, 6 Apr 2020 00:32:45 -0400
Newsgroups gmane.comp.python.pyqt-pykde
Message-ID <CAFdFio-tz4w9W0a6RQs2zvOLGcGqPdOqUwCvWVWyHduc0F_k8w@mail.gmail.com>
>>
>> Do this:
>>
>> python3 -m install --user -U pip setuptools
>>
>> You might want to upgrade wheel while you're at it too, but I guess
>> that's up to you.
>>
>> Then install PyQt5.
>>
>>

Sorry, I forgot the most important part, the actual command to run! Do this:

python3 -m pip install --user -U pip setuptools

Your problem is that you're trying to install PyQt5 with a version of
pip that is by current standards too old. Upgrade that and you're good
to go.


-- 
http://www.damonlynch.net
_______________________________________________
PyQt mailing list    [email protected]
https://www.riverbankcomputing.com/mailman/listinfo/pyqt