How can I find the installed python-lxml version in a Linux system?
>>> import lxml >>> lxml.__version__ Traceback (most recent call last): F
I'm surprised that nobody suggested
pip show lxml