from PyQt5 import QtWebEngineWidgets: "ImportError"
See original GitHub issueHi,
I installed pandasgui
using pip
and it installed the library but I got the following error:
from PyQt5 import QtWebEngineWidgets
ImportError: /lib/x86_64-linux-gnu/libgssapi_krb5.so.2: undefined symbol: krb5_ser_context_init, version krb5_3_MIT
I am using the package in an anaconda environment with python 3.8. Is there any specific version of PyQt5
that I need to install?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:20 (2 by maintainers)
Top Results From Across the Web
Cannot import QtWebKitWidgets in PyQt5 - Stack Overflow
QtWebEngineWidgets import * ImportError: DLL load failed: The operating system cannot run %1. I'm initially guessing a different bit type... but I did...
Read more >ImportError: No module named 'PyQt5.QtWebEngineWidgets'
I'm not 100% certain that this addresses the OP's error message, but at least for Ubuntu 17.04 I have successfully run:
Read more >PyQt5 - QtWebEngineWidgets, ImportError | Qt Forum
Hallo everyone! I wanted to start a python-project by developing a web browser but I get stuck at the very start... quite annoying!...
Read more >How To Import QtWebEngineWidgets using PyQt6
from PyQt6 import QtWebEngineWidgets. exception executing script ImportError: QtWebEngineWidgets must be imported before a QCoreApplication instance is ...
Read more >how to fix from PyQt5 import QtWebEngineWidgets error
pip install pyqt5==5.10.1. ... “how to fix from PyQt5 import QtWebEngineWidgets error” Code Answer ... PyQt5.QtWebEngineWidgets import error ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same issue. Ubuntu 20.04LTS. I tried to uninstall and then reinstalled spyder from 4.1.5 to 3.3.6, and the error message was gone.
Reduce the version of PyQt to 5.12.1 and pip install PyQtWebEngine==5.12.1, arise other problem, pandasgui no response