A
A
Alexander Rublev2018-12-04 19:49:05
Python
Alexander Rublev, 2018-12-04 19:49:05

How to install PyQtWebEngine in PyQt5?

Hello. I'm switching to a newer version of PyQt.
Doesn't want to install PyQtWebEngine.
Tried pip3 install PyQtWebEngine.
I also tried to find this package on pypi.org, it is not there.
Tell me who faced.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Rublev, 2018-12-04
@Meller008

Found what was the problem.
I had Python x86. But PyQtWebEngine no longer supports this platform.
Installed Python x64 and then installed pip install PyQt5 and everything was installed.

C
CopterSpace, 2020-05-27
@CopterSpace

The same thing happened to me on Ubuntu 18.04 x64 with regular Python 3.6 x64.
PyQt5 installed, namely PyQtWebEngine - did not find a compatible version.
Only running pip through Python helped:
python3 -m pip install PyQtWebEngine
I found everything myself, downloaded and installed it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question