xmlsec / python-xmlsec

Python bindings for the XML Security Library.
MIT License
95 stars 99 forks source link

#277 - update lxml requirements #278

Closed eljeffeg closed 8 months ago

eljeffeg commented 10 months ago

lxml 5.0.0 is incompatible with the current version of python-xmlsec

nosnilmot commented 10 months ago

Use pip install --no-binary lxml lxml to install lxml from source and link to system libxml2, same as xmlsec, to avoid conflicting libxml2 libraries. See https://bugs.launchpad.net/lxml/+bug/1960668#yui_3_10_3_1_1705879387759_1639 Also see PR #246

eljeffeg commented 8 months ago

Closing in favor of #246 (though I haven't tested that fix - trusting @nosnilmot )