.. -*- coding: utf-8 -*- ****************** Common Errors ****************** The causes of the errors and how to deal with them are described. .. csv-table:: :header: "Operation","Message","Cause","How to" "`pip install cmdbox` ","error: xmlsec1 is not installed or not in path.","`xmlsec` is not installed.","Install development libraries with `sudo apt install libxmlsec1-dev`"