from lxml import etree command gives the below error in google colab: ModuleNotFoundError: No module named 'lxml' But if I try to install it with the command !pip3 install lxml or !pip install lxml it gives the below: Requirement already satisfied: lxml in /root/.local/lib/python3.6/site-packages (4.2.5)