Your Python version is 2.6, but this program requires 2.7 - The-Bioinformatics-Group/Albiorix GitHub Wiki
You are using version 2.6 of python when you call the program with the command "python". You can check which version you are using by running the command:
python --version
If you want to use the latest version installed on Albiorix (version 2.7.9, 2015-03-26), then you have to specify this using the command "/usr/local/opt/bin/python" instead. If you always want to use this version, then add:
alias python=/usr/local/opt/bin/python
to your ~/.bashrc file.