You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: