I am trying to import from lxml.html import fromstring but I am getting the error: ModuleNotFoundError: No module named \'lxml\' I have installed lxml
from lxml.html import fromstring
ModuleNotFoundError: No module named \'lxml\'