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

Bill Eaton wpeaton4 at gmail.com
Mon Sep 14 05:02:53 BST 2015


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?

Bill Eaton
Thousand Oaks, California

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150913/a45d197f/attachment.html>


More information about the PyQt mailing list