question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

from PyQt5 import QtWebEngineWidgets: "ImportError"

See original GitHub issue

Hi,

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:open
  • Created 3 years ago
  • Reactions:6
  • Comments:20 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
AakeJon49commented, Oct 22, 2021

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.

2reactions
wugoukanlecommented, Nov 3, 2020

Reduce the version of PyQt to 5.12.1 and pip install PyQtWebEngine==5.12.1, arise other problem, pandasgui no response

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found