Ran into this again – zyoper losing credentials – and something breaks in the Python dependencies.
/usr/sbin/registercloudguest –force-new
Traceback (most recent call last):
File “/usr/sbin/registercloudguest”, line 42, in <module>
import cloudregister.registerutils as utils
File “/usr/lib/python3.6/site-packages/cloudregister/registerutils.py”, line 32, in <module>
from lxml import etree
ImportError: /usr/lib64/python3.6/site-packages/lxml/etree.cpython-36m-x86_64-linux-gnu.so: undefined symbol: PyFPE_jbuf
Fix is to download the “old” Python library (here for this specific example) – and wedge it in. Then do the usual zypper up.
rpm –force –nodeps libpython3_6m1_0-3.6.10-lp152.3.7.x86_64.rpm
Recent Comments