Skip to content

Spotify Plugin returns ModuleNotFound Error #4183

Answered by sampsyo
fetkitty asked this question in Q&A
Discussion options

You must be logged in to vote

You should be able to fix this with something like pip install requests. We do not have a [spotify] extra yet, so pip install beets[spotify] won't do anything more than pip install beets:

beets/setup.py

Lines 123 to 145 in f315a13

# Plugin (optional) dependencies:
'absubmit': ['requests'],
'fetchart': ['requests', 'Pillow'],
'embedart': ['Pillow'],
'embyupdate': ['requests'],
'chroma': ['pyacoustid'],
'discogs': ['python3-discogs-client>=2.3.10'],
'beatport': ['requests-oauthlib>=0.6.1'],
'kodiupdate': ['requests'],
'lastgenre': ['pylast'],
'lastimport': ['pylast'],
'lyrics': ['requests', 'beautifulsoup4', 'langdetect'],

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fetkitty
Comment options

Answer selected by fetkitty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants