You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
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'
The text was updated successfully, but these errors were encountered: