Closed simmel closed 4 years ago
I found http://stackoverflow.com/questions/16826922/what-path-does-loader-path-resolve-to which links to http://stackoverflow.com/questions/1937232/linking-to-a-dynamic-library-on-a-mac-with-full-path and ran:
$ sudo install_name_tool -change @loader_path/../Frameworks/libspotify.framework/libspotify /usr/local/lib/libspotify /usr/local/lib/python2.7/site-packages/spotify/_spotify.so
which made mopidy-spotify work again. So I'm guessing it's linked wrong during the build?
The formulas in this tap have now been updated to run on Python 3. libspotify
isn't built, just unpackaged from the binaries provided by Spotify years ago. pyspotify
is built, now only on Python 3, and comes with the latest versions of cffi
and pycparser
. Hopefully, this is no longer a problem.
Hi! I've reinstalled my work laptop to 10.12.3 and thus I had to install mopidy via the homebrew tap again.
I can't get Spotify to work correctly, looks like it's framework is incorrectly linked?
Thanks!