Closed jd1103 closed 4 years ago
Thanks for including borth command and full output!
The important part of the error message is that the file libspotify/api.h
is not found:
build/temp.linux-armv7l-3.7/spotify._spotify.c:569:10: fatal error: libspotify/api.h: No such file or directory
The pyspotify Python library depends on the libspotify C library. You need to install that before you can install pyspotify.
Please refer to https://github.com/mopidy/mopidy-spotify#dependencies for details on the required dependencies.
I ended up completely reinstalling Mopidy and all dependencies and was able to get myself connected. Thanks for your help!
Hello, I am trying to install this extension using
sudo python3 -m pip install Mopidy-Spotify
I am getting the following error messages.