I keep getting following message when trying to run Spotipy:
AttributeError:
module
object has no attributeSpotify
Running a basic code copied from Spotify documentation:
import spotipy
spotify = spotipy.Spotify()
results = spotify.search(q='artist:' + name, type='artist')
print results
It seem to have worked before so wondering if updating to macOS Sierra could have something to do with it?