[PyQt] PyQt5 v5.6 Wheels Available on PyPI

Phil Thompson phil at riverbankcomputing.com
Sun May 15 18:34:46 BST 2016


On 15 May 2016, at 6:16 pm, Marcus Ottosson <konstruktion at gmail.com> wrote:
> 
> pip3 install pyqt5
> 
> Is this supposed to work? I’m getting:
> 
> $ pip3 install pyqt5
> Downloading/unpacking pyqt5
>   Could not find any downloads that satisfy the requirement pyqt5
> Cleaning up...
> No distributions at all found 
> for
>  pyqt5
> Storing debug log 
> for failure in
>  /home/marcus/.pip/pip.log

That's usually because you are using an unsupported version of Python. Wheels are only provide for Python v3.5.

Phil


More information about the PyQt mailing list