Can't enable Rhythmbox's Google Music Plugin

Solution 1:

I installed using PPA, but it didn't work. However, installing using PIP worked just fine:

sudo apt-get install python-pip git-core
sudo pip install git+https://github.com/nvbn/rhythmbox-gmusic.git#egg=rhythmbox-gmusic

I also installed python-dateutil, python-requests and python-validictory.

Solution 2:

For me, this solved it under Ubuntu 13.10 32-bit:

sudo apt-get install python-pip
sudo pip install gmusicapi --upgrade

Hope it works for you.

Solution 3:

I experienced this issue as well. After some research I found this http://github.com/nvbn/rhythmbox-gmusic/issues/24.

Try installing

  • python-dateutil
  • python-requests
  • python-validictory

After installing these dependencies I had no issues.

Hope this helps. Take care.