-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation process #1
Comments
Thanks @theNailz, I was about to give up and found your info. I got it working on OS X Mavericks. 💃 |
@atmos love some instructions on how you installed the dependencies on osx. I installed all dependencies mentioned in the README. However I get the following error:
|
Nevermind. Fixed it by running:
I'm still a Python noob! |
Hi! |
There must be a problem with using this code and latest pyspotify:
|
@fr34kyn01535 The latest pyspotify is incompatible. Install the v1.11 version:
And try again. |
Works flawless on Ubuntu 14.04, thank you! |
Latest build instructions for sudo apt-get install python-pip python-dev lame build-essential libffi-dev unzip
wget https://developer.spotify.com/download/libspotify/libspotify-12.1.51-Linux-x86_64-release.tar.gz
tar vzxf libspotify-12.1.51-Linux-x86_64-release.tar.gz
cd libspotify-12.1.51-Linux-x86_64-release/
sudo make install prefix=/usr/local
cd ..
sudo pip install -U pyspotify==1.11 eyeD3
wget https://github.com/robbeofficial/spotifyripper/archive/master.zip
unzip master.zip
cd spotifyripper-master/
cp /HOME/USERNAME/spotify_appkey.key .
./jbripper.py For other platforms or 32 bit, use the appropriate libspotify. |
Hi Nailz, |
Do the pyspotify examples give errors as well?
If this has problems too, it looks like something is wrong with pyspotify on your system, or the connection between you and Spotify is being rejected. (A firewall perhaps?) |
Thanks for the help nailz, |
I'm running OSX Mavericks and keep getting
Any idea what's wrong? |
Yes, If you would just read the comments before ~
|
Thanks, although I'm still having issues. Here is what I am doing on OS X:
But this results in:
|
Check the 3rd and 4th comment in this issue. |
Thanks @theNailz! But unfortunately that fix didn't do it. I ran:
But still got:
|
i get this error when trying to install it... Install pyspotify-devwget https://github.com/mopidy/pyspotify/tarball/develop#egg=pyspotify-dev $ wget https://github.com/mopidy/pyspotify/tarball/develop#egg=pyspotify-dev |
Got it working for me by following theNailz instructions at the top but needed to change a few things.
|
very nice ill follow that |
what is the error? |
Added link types album, artist and starred. Updated README.md. Set preferred bitrate to 320kps.
Getting this error when trying to run the command.. I am really not a pro, so any help appreciated! ./jbripper.py USER PASSWORD spotify:user:USER:playlist:1CbyNAS5iGcHA8EsQcszIE Tried to use spotify.audiosink.oss.OssSink as audio sink, but failed: Tried to use spotify.audiosink.portaudio.PortAudioSink as audio sink, but failed: Tried to use spotify.audiosink.gstreamer.GstreamerSink as audio sink, but failed: Was not able to import any of the audio sinks |
Thanks to theNailz and Geogboe! I had to follow both instructions to finally get it working. Very Nice! |
Hi, I get the following error message while execute ./jbripper.py [username] [password] spotify:track:52xaypL0Kjzk0ngwv3oBPR Traceback (most recent call last): Before I got the following error message trying to install sudo pip install pyspotify Command /usr/bin/python -c "import setuptools, tokenize;file='/tmp/pip-build-RYaJST/pyspotify/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-ObV5Za-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-RYaJST/pyspotify Can anyone help me? |
Here is my install history, cleaned up and documented for howto/wiki/readme purposes.
Installed on Debian 6.0 Linux 2.6.32-5-686 i686 GNU/Linux
The text was updated successfully, but these errors were encountered: