Closed derby-vv closed 7 months ago
To prevent misunderstood, code fails on simple import statement.
Hi, you find a bug (lxml change between 5.1.0 and 5.1.1). Quick way to solve the problem: update to the last odfdo package of today (v3.7.6) pip install -U odfdo
Detail:
if you prefer to not resinstall odfdo, just doing this should also work: pip install lxml==5.1.0
I'll try to make a more long term fix permitting wider range of lxml version in next releases
Hi guys, found you in google :-) if this helps this is how we solved it https://github.com/dgtlmoon/changedetection.io/pull/2313/files
Hi, thanks, we applied quite the same fix: https://github.com/jdum/odfdo/commit/d813854dee57f95abca2a75e67c805dce3de8487
windows 11
It doesn't help
(some more useless output and...)
...and finally installing older version of lxml stucks with error
Tested on
python --version Python 3.11.6
Does anyone worked on windows with this library? What lxml version should I try?