[PyQt] What is the last Windows version of PyQt5 for Python 3.4

Florian Bruhin me at the-compiler.org
Mon Jun 3 15:32:08 BST 2019


On Mon, Jun 03, 2019 at 04:12:48PM +0200, Nenad Lamza wrote:
> I found only PyQt5-5.5.1-gpl-Py3.4-Qt5.5.1-x32.exe for Python 3.4 on
> Windows. Is there a newer version and if there is, how can I install it
> (without compiling SIP or anything to do with source code)?

Doing "pip install PyQt5" with Python 3.4 installs PyQt 5.8 for me:
https://pypi.org/project/PyQt5/5.8/#files

Note that Python 3.4 is end of life since March, and not receiving any bugfixes
(including security fixes):
https://devguide.python.org/#status-of-python-branches

Updating to 3.5/3.6/3.7 should probably be easy though - is there a reason you
still need to use 3.4?

Florian

-- 
https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
         I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20190603/ccbfe4f9/attachment.sig>


More information about the PyQt mailing list