K
K
kuzdman2019-03-12 18:51:46
Python
kuzdman, 2019-03-12 18:51:46

Why is PyQt5 and sip not compatible?

Good afternoon.
There is an error:

Traceback (most recent call last):
  File "path/to/Main.py", line 5, in <module>
    from PyQt5.QtGui import QPixmap, QIcon
RuntimeError: the sip module implements API v11.0 to v11.3 but the *** module requires API v12.2

I looked for a solution, found a couple of ways:
1. conda upgrade sip (etc.)
Doesn't work.
2. Install PyQt and python under the same version of .
The question is which version of PyQt to use for python 3.4.5
Please help.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2019-03-12
@dimonchik2013

Are you inventing headlines in the Marketguide?
with this what?

RuntimeError: the sip module implements API v11.0 to v11.3 but the *** module requires API v12.2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question