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
Describe the bug
Starting on Zorin Linux (Ubuntu 20.04 derivative), with new environment and get this error from the archiver_plugin.py file:
# (dev22) zorinvm@zorin22:~/.../slaclab/pydm$ pydm --hide-status-bar --hide-menu-bar --hide-nav-bar -m "P=gp:,M=m1" ~/motorxU.ui # [2022-05-18 12:45:38,148] [ERROR ] - Unable to import plugin file archiver_plugin.py.This plugin will be skipped.The exception raised was: /lib/x86_64-linux-gnu/libgssapi_krb5.so.2: undefined symbol: krb5_ser_context_init, version krb5_3_MIT# Traceback (most recent call last):# File "/home/zorinvm/Documents/projects/slaclab/pydm/pydm/data_plugins/__init__.py", line 148, in load_plugins_from_path# module = imp.load_source(temp_name,# File "/home/zorinvm/Apps/miniconda3/envs/dev22/lib/python3.10/imp.py", line 172, in load_source# module = _load(spec)# File "<frozen importlib._bootstrap>", line 719, in _load# File "<frozen importlib._bootstrap>", line 688, in _load_unlocked# File "<frozen importlib._bootstrap_external>", line 883, in exec_module# File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed# File "/home/zorinvm/Documents/projects/slaclab/pydm/pydm/data_plugins/archiver_plugin.py", line 11, in <module># from qtpy.QtNetwork import QNetworkAccessManager, QNetworkRequest, QNetworkReply# File "/home/zorinvm/Apps/miniconda3/envs/dev22/lib/python3.10/site-packages/qtpy/QtNetwork.py", line 16, in <module># from PyQt5.QtNetwork import *# ImportError: /lib/x86_64-linux-gnu/libgssapi_krb5.so.2: undefined symbol: krb5_ser_context_init, version krb5_3_MIT
Since I'm trying to test the new PYDMAbsoluteGeometry widget, I've been experimenting with pyqt and qt versions, looking for something that works (internal widgets scale with window resize event) with the new feature in both designer and the pydm application.
Expected behavior
Widget scaling should work (it does not work now but it did work in designer before I started experimenting with the environment).
conda activate dev22
cd slaclab/pydm
pip install -e .
Finally, test with this motorX.ui screen file: motorxU.ui.txt
Possible Solution
This problem looks like a conflict created upstream and we may not need the krb5 feature that is missing. Others have encountered this problem and come to this conclusion.
Describe the bug
Starting on Zorin Linux (Ubuntu 20.04 derivative), with new environment and get this error from the
archiver_plugin.py
file:Since I'm trying to test the new
PYDMAbsoluteGeometry
widget, I've been experimenting with pyqt and qt versions, looking for something that works (internal widgets scale with window resize event) with the new feature in bothdesigner
and thepydm
application.Expected behavior
Widget scaling should work (it does not work now but it did work in designer before I started experimenting with the environment).
Steps to Reproduce
Create a custom conda environment:
mamba env create --force -f ./environment.yml
Then
Finally, test with this
motorX.ui
screen file:motorxU.ui.txt
Possible Solution
This problem looks like a conflict created upstream and we may not need the krb5 feature that is missing. Others have encountered this problem and come to this conclusion.
My Platform
The text was updated successfully, but these errors were encountered: