[PyQt] pyqtdeploy SIP error: 11.0 implemented but 11.2 required

Phil Thompson phil at riverbankcomputing.com
Mon Sep 14 09:15:27 BST 2015


On 14/09/2015 5:02 am, Bill Eaton wrote:
> I'm just getting started with pyqtdeploy. I made a really simple Hello
> World program that runs okay in Python. But when I run pyqtdeploy, I
> get the following error
>         "RuntimeError: the sip module implements API v11.0
>          but the PyQt5.QtCore module requires API v11.2"
> 
> This error would lead me to believe my SIP version is behind my PyQT5
> version. But when I look at the timestamps for the SourceForge Files,
> both SIP 4.16.9  and PyQT 5.5 are dated Aug 1, 2015.
> 
> I went one step further and installed the latest development snapshot
> of SIP (sip-4.17-snapshot-9102d6c3daf0.tar.gz), but I still get the
> same error.
> 
> Any ideas? Is it possible that my Qt 5.5 version is too far ahead of 
> PyQT?

The last version that implemented v11.0 was v4.15.5. You probably have 
an old version installed that is being picked up.

Phil


More information about the PyQt mailing list