PandasGUI: from PyQt5 import QtWebEngineWidgets: "ImportError"
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?
About this issue
- Original URL
- State: open
- Created 4 years ago
- Reactions: 7
- Comments: 21 (2 by maintainers)
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