ValueError:PyCapsule_GetPointer called with incorrect name with

后端 未结 1 1515
醉酒成梦
醉酒成梦 2020-12-20 23:10

This is already solved by myself but I put this question for someone else. I think this kind of problem is better as much as we can. and there doesn\'t seem be in SOF.

相关标签:
1条回答
  • 2020-12-20 23:48

    The solution is to downgrade PyQt5.

    pip install PyQt5==5.10.1
    Collecting PyQt5==5.10.1
      Downloading https://files.pythonhosted.org/packages/a7/22/67cc2bac6ae2cd3a7eabb2a2e91638b94bdc6e0503747e49670ce44bb5b0/PyQt5-5.10.1-5.10.1-cp35.cp36.cp37.cp38-none-win_amd64.whl (81.0MB)
        100% |████████████████████████████████| 81.0MB 187kB/s
    Requirement already satisfied: sip<4.20,>=4.19.4 in c:\anaconda3\lib\site-packages (from PyQt5==5.10.1) (4.19.8)
    spyder 3.3.4 requires pyqtwebengine<5.13, which is not installed.
    Installing collected packages: PyQt5
      Found existing installation: PyQt5 5.12.1
        Uninstalling PyQt5-5.12.1:
          Successfully uninstalled PyQt5-5.12.1
    Successfully installed PyQt5-5.10.1
    

    This problem occurs because the PyQt5 I installed is beyond version as the version of spyder.

    0 讨论(0)
提交回复
热议问题