rckclmbr / pyportify

App to transfer your spotify playlists to Google Play Music
Apache License 2.0
779 stars 58 forks source link

Command "python setup.py egg_info" failed with error code 1 #16

Closed Que20 closed 9 years ago

Que20 commented 9 years ago

So I'm trying to install Pyportify and here is my error when launching "pip install pyportify" : Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/bt/9s1dt305393cgxtfzylb05qh0000gn/T/pip-build-3TbVod/pyspotify

Here is the full log : http://pastebin.com/sR7mhjqv

Can someone help me on this ? Thanks.

rckclmbr commented 9 years ago

You need libffi installed. What OS is this, looks like OS X?

Try this:

brew install libffi
Que20 commented 9 years ago

Yeah! $ brew install pkg-config libffi $ export PKG_CONFIG_PATH=/usr/local/Cellar/libffi/3.0.13/lib/pkgconfig/ Thanks :)

magichim commented 8 years ago

what is libffi?... i'm also same situation.