After performing sudo apt-get update && sudo apt-get upgrade
, I got the message
The following packages have been kept back:
mopidy
What I usually do in this case, is sudo apt-get install mopidy
. This resulted in the following message:
The following packages have unmet dependencies:
mopidy : Depends: python:any (< 2.8) but it is not installable
Depends: python:any (>= 2.7.5-5~) but it is not installable
Is there some way to upgrade mopidy? I've checked, but Python is already at the latest version...
python -V
? <- Beware capital V. – goldilocks Jan 23 '16 at 13:26cat /etc/issue
will refer to version 7, not 8), I recommend you upgrade the whole system (although you may not have to to upgrade python). – goldilocks Jan 23 '16 at 13:43apt
seriously. If the default on wheezy is 2.7.3, then it's mopidy's mistake. – goldilocks Jan 23 '16 at 13:53