while running a python script, I got this error
from lxml import etree ImportError: No module named lxml
now I tried to install lxml
If you're running python3, you'll have to do:
pip3 install lxml