[PyQt] New Set of Development Wheels for PyQt5 v5.6

Phil Thompson phil at riverbankcomputing.com
Wed Apr 13 19:08:43 BST 2016


I've created a new set of wheels for the latest snapshot of PyQt5 v5.6.

Wheels for OS X and Windows can now be installed with pip3 from PyPi. Just do...

    pip3 install PyQt5

...which will also automatically install the approprate sip wheel as well.

PyPi doesn't host Linux wheels so that can be downloaded from...

    https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.6/

There is a link to the Linux wheel for sip on the sip download page.

The OS X and Linux wheels only have internal changes. If you installed the previous versions then there's not much point in installing these new ones.

The Windows wheels should now include the missing MSVC DLL and the OpenSSL DLLs.

Phil


More information about the PyQt mailing list