I am attempting to use the pyexcel-ods library which I have downloaded from here: https://pypi.python.org/pypi/pyexcel-ods
Calling 'pip install pyexcel-ods' as instructed or 'python setup.py install' results in the following output:. As you can see the error seems to occur when the program attempts to import a module named _md5.
What would the correct method of installation be? Alternatively, is there a better way I can read information in from a ods file?