robbeofficial / spotifyripper

small ripper script for spotify (rips playlists to mp3 and includes ID3 tags and album covers)
656 stars 102 forks source link

Linux Mint No module named spotify #35

Open steebchen opened 9 years ago

steebchen commented 9 years ago

When I try to run spotifyripper, I get the following error, although I installed all like in the readme. Nothing helped in this https://github.com/robbeofficial/spotifyripper/issues/1 thread.

Traceback (most recent call last):
  File "./jbripper.py", line 5, in <module>
    from spotify import Link, Image
ImportError: No module named spotify

What can I do?

Version: Linux version 3.16.0-38-generic (buildd@allspice) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015

AhmedKamal20 commented 8 years ago

me to Linux Ubuntu 14.04 [64-bit]

ghost commented 8 years ago

Me too Kubutu 14.04

luclu7 commented 7 years ago

Me too on debian 8.6.

C3realGuy commented 7 years ago

You need pyspotify.

See README.md

pyspotify (sudo pip install -U pyspotify, requires python-dev)