Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working smd #104

Open
shobhitparvan opened this issue Apr 5, 2021 · 3 comments
Open

Not working smd #104

shobhitparvan opened this issue Apr 5, 2021 · 3 comments

Comments

@shobhitparvan
Copy link

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
Copy link

kubabar commented Apr 6, 2021

install spotipy with pip

@shobhitparvan
Copy link
Author

shobhitparvan commented Apr 7, 2021

There is no such package named pip in repos.

@kubabar
Copy link

kubabar commented Apr 7, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants