cairocffi install failed on Ubuntu 18.04
This issue pops up if you have an older version of setuptools installed. You can upgrade to the latest version with pip install --upgrade setuptools
.
Then, reinstall without using the cache: pip install --no-cache-dir cairocffi
.