| 1 | initial version |
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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.