Pip install in terminal

`import ezodf
document=ezodf.opendoc("/home/vhari/Documents/python/primeminister.ods")
print(document)
sheet=document.sheets[0]
print(sheet.name)`

To run the above program, I try to install the “ezodf” using “pip install ezodf” command, I get error which I have attached in my screenshot. Please help

I solved this problem

pip install lxml

might solved your problem.

Always look for the error messages and their pattern. they have the clue for the solution.

Similarly, post the solution that helped for you too. it will help for others.

1 Like