Config:
- macos
- python 3.10.5
- lxml 4.9.1
- beautifulsoup4 4.11.1
- pyquery 1.4.3
Error in tag.text:
|
if tag.text and not isinstance(tag, lxml.etree._Comment): |

I don't know why, but only with this configuration the error appears. I with python 3.8 and 3.9 works perfectly.
More infos you can see here
Config:
Error in
tag.text:readtime/readtime/utils.py
Line 105 in 7efe13b
I don't know why, but only with this configuration the error appears. I with python 3.8 and 3.9 works perfectly.
More infos you can see here