I am using python 3.5....One of the dependency file I am using has this line
import html
The file is also coded in python. So I get this error:
import html ImportError: No module named html
So I tried
sudo apt-get install html
And it gives me this error
E: Unable to locate package html