PyQT5无法运行qtdemo.py:ValueError:PyCapsule

时间:2018-12-05 11:40:36

标签: python raspberry-pi qt5 pyqt5 sip

我已经从来源(未找到apt或pip软件包)在Raspberry PI 3上安装了sip-4.19.13和PyQt5_gpl-5.11.3(通过指定./configure.py --sip)。

但是,我无法在示例文件夹中运行qtdemo.py:

  
    
      

从PyQt5导入QtCore           追溯(最近一次通话):           文件“”,第1行,位于           ValueError:PyCapsule_GetPointer调用时名称不正确

    
  

我该如何解决?我已经用谷歌搜索了,但是没有找到任何解决方案...

1 个答案:

答案 0 :(得分:0)

我在安装PyQt5_gpl-5.12时遇到了同样的问题,

  

从PyQt5.QtWebEngineWidgets导入* ValueError:PyCapsule_GetPointer用不正确的名称调用,

然后pip uninstall PyQt5pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyqt5==5.10.1