Ask Your Question

Revision history [back]

It seems Python is missing the module called six.

Solve this by running one of the following in a terminal:

sudo pip install six  # to install system-wide
pip install --user six  # to install for this user only

Note that the latest version of Sage (currently 8.7) can be downloaded for Ubuntu from