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

undefined symbol: krb5_ser_context_init, version krb5_3_MIT #6

Open
sharoseali opened this issue May 11, 2024 · 0 comments
Open

undefined symbol: krb5_ser_context_init, version krb5_3_MIT #6

sharoseali opened this issue May 11, 2024 · 0 comments

Comments

@sharoseali
Copy link

sharoseali commented May 11, 2024

  • QtVoila version: qtvoila-2.1.0
  • Python version: 3.12.3
  • Operating System: Linux Ubuntu 20.04

Description

I simply ran the command below:

$ pip install qtvoila

It installed many of its dependencies, including Pyside6-6.7.0-cp39-abi3-manylinux_2_28_x86_64.whl. Everything installs without error in my Conda environment.

What I Did

I have downloaded the python script simple_window_with_qtvoila.py ipynb file from qtviola repo and run the script.

$ python3 simple_window_with_qtvoila.py 
Traceback (most recent call last):
  File "/home/segment-geospatial/simple_window_with_qtvoila.py", line 5, in <module>
    from qtvoila import QtVoila
  File "/home/anaconda3/envs/myqt/lib/python3.12/site-packages/qtvoila/__init__.py", line 1, in <module>
    from .qtvoila import QtVoila, VoilaThread
  File "/home/anaconda3/envs/myqt/lib/python3.12/site-packages/qtvoila/qtvoila.py", line 9, in <module>
    from PySide6.QtWebEngineWidgets import QWebEngineView
ImportError: /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2: undefined symbol: krb5_ser_context_init, version krb5_3_MIT
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

1 participant