stack/slapos.cfg: lxml version up 4.9.1->5.2.1
only for python3 We now need to install lxml-clean-html separately, see the following message: File "/srv/slapgrid/slappart71/srv/runner/software/e16145ec9280f63bd6c28ca2758d03f0/develop-eggs/lxml-5.2.1-py3.9-linux-x86_64.egg/lxml/html/clean.py", line 18, in <module> raise ImportError( ImportError: lxml.html.clean module is now a separate project lxml_html_clean.
Showing
-
Owner
If I followed correctly, this is only a problem when
lxml.html.clean
is imported.On this issue they have a traceback like this:
File "/home/runner/work/napari/napari/napari/utils/notebook_display.py", line 9, in <module> from lxml.html.clean import Cleaner File "/home/runner/work/napari/napari/.tox/py39-linux-pyqt5-cov/lib/python3.9/site-packages/lxml/html/clean.py", line 18, in <module> raise ImportError( ImportError: lxml.html.clean module is now a separate project lxml_html_clean.
in other words, slapos.core depends on lxml, but we don't need to change to make slapos.core depend on lxml-html-clean.
-
Owner
Yes, and as I saw that only jupyter was failing, I only added
lxml-html-clean
egg to this SR.
Please register or sign in to comment