Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyQtWebEngine conflict #94

Open
mhyben opened this issue Feb 27, 2025 · 1 comment
Open

PyQtWebEngine conflict #94

mhyben opened this issue Feb 27, 2025 · 1 comment

Comments

@mhyben
Copy link

mhyben commented Feb 27, 2025

The installation of the datamatplot together with pyqt5 and pyqtwebengine inside the clean conda environment results in the issue with importing the pyqtwebengine.

The idea is to use datamatplot as a part of the pyqt5 UI framework. The plot should be used as a html page inside the PyQtWebEngine. However, the above problem prevents the usage of the PyQtWebEngine together with datamapplot library,

Here are steps to reproduce the error:
conda create --name example python=3.10
conda activate example
pip install pyqt5 pyqtwebengine
conda install -c conda-forge datamapplot

python
>>> from PyQt5.QtWebEngineWidgets import QWebEngineView

The error message:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /lib64/libgssapi_krb5.so.2: undefined symbol: k5_buf_cstring, version krb5support_0_MIT

@lmcinnes
Copy link
Contributor

The conda-forge version of datamapplot is somewhat out of date because of a dependency on rcssmin which is broken on conda-forge. It may be worth trying pip installing datamapplot into your conda environment and seeing if that works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants