pyspotify icon indicating copy to clipboard operation
pyspotify copied to clipboard

Cannot install via aptitude

Open MPV opened this issue 15 years ago • 2 comments

Hi, In the readme it says that the easiest way to install is to add the following to the /etc/apt/sources.list file:

deb http://squealserver.com/ubuntu karmic multiverse

When I do that and try to run "sudo aptitude update" I get an error when trying to read squealserver.com saying that the signature couldn't be verified because the open key was not accessible.

Is there something that I am doing wrong, or has Squealserver.com stopped working for pyspotify?

MPV avatar Nov 11 '10 10:11 MPV

I'll check this out when I get the chance.

In the meantime you can download the package directly from here:

http://squealserver.com/ubuntu/pool/multiverse/libs/libspotify/libspotify_0.0.4-1_amd64.deb

And install with dpkg etc.

winjer avatar Nov 16 '10 07:11 winjer

Hi Winjer, I solved this a while ago with a workaround: instead of using https://github.com/winjer/pyspotify you can use https://github.com/jodal/pyspotify to get pyspotify installed.

Works fine on my Ubuntu machine, while this (Winjer) doesn't.

Kudos to this guide: http://www.mopidy.com/docs/master/installation/libspotify/

MPV avatar Nov 16 '10 20:11 MPV