artyshko / smd

Spotify Music Downloader
MIT License
1.35k stars 237 forks source link

Not working smd #104

Open shobhitparvan opened 3 years ago

shobhitparvan commented 3 years ago

sudo ./main.py -sp "___"

Traceback (most recent call last): File "./main.py", line 2, in from spotify import Spotify File "/opt/smd/spotify.py", line 3, in import spotipy ModuleNotFoundError: No module named 'spotipy'

kubabar commented 3 years ago

install spotipy with pip

shobhitparvan commented 3 years ago

There is no such package named pip in repos.

kubabar commented 3 years ago

well, if you don't know what pip is, maybe you shouldn't be using this program

type: pip install spotipy

if your bash says "command not found", check whether you have even installed python to your PATH, by typing which python and if it says something, you can cd to it (without python) to check if you have pip there. if you don't reinstall python and make sure to tick the "add python to Path" box.